Hazel Gradient

Click to copy CSS

Hazel

Linear gradient Mixed tone 0 views

Colors

#77A1D3
rgb(119, 161, 211)
hsl(213, 51%, 65%)
#79CBCA
rgb(121, 203, 202)
hsl(179, 44%, 64%)
#E684AE
rgb(230, 132, 174)
hsl(334, 66%, 71%)

CSS

background: linear-gradient(90deg, #77a1d3 0%, #79cbca 50%, #e684ae 100%);
      

Other Formats

Tailwind
bg-gradient-to-r from-[#77a1d3] to-[#e684ae]
Inline CSS
style="background: linear-gradient(90deg, #77a1d3 0%, #79cbca 50%, #e684ae 100%)"