Between The Clouds Gradient

Click to copy CSS

Between The Clouds

Linear gradient Mixed tone 0 views

Colors

#73C8A9
rgb(115, 200, 169)
hsl(158, 44%, 62%)
#373B44
rgb(55, 59, 68)
hsl(222, 11%, 24%)

CSS

background: linear-gradient(90deg, #73c8a9 0%, #373b44 100%);
      

Other Formats

Tailwind
bg-gradient-to-r from-[#73c8a9] to-[#373b44]
Inline CSS
style="background: linear-gradient(90deg, #73c8a9 0%, #373b44 100%)"