Ocean Fade Gradient

Click to copy CSS

Ocean Fade

Linear gradient Mixed tone 0 views

Colors

#1E6C8E
rgb(30, 108, 142)
hsl(198, 65%, 34%)
#2E7775
rgb(46, 119, 117)
hsl(178, 44%, 32%)

CSS

background: linear-gradient(90deg, #1e6c8e 0%, #2e7775 100%);
      

Other Formats

Tailwind
bg-gradient-to-r from-[#1e6c8e] to-[#2e7775]
Inline CSS
style="background: linear-gradient(90deg, #1e6c8e 0%, #2e7775 100%)"