Tropical Mist Gradient

Click to copy CSS

Tropical Mist

Linear gradient Mixed tone 0 views

Colors

#239EAB
rgb(35, 158, 171)
hsl(186, 66%, 40%)
#74DEEE
rgb(116, 222, 238)
hsl(188, 78%, 69%)

CSS

background: linear-gradient(90deg, #239eab 0%, #74deee 100%);
      

Other Formats

Tailwind
bg-gradient-to-r from-[#239eab] to-[#74deee]
Inline CSS
style="background: linear-gradient(90deg, #239eab 0%, #74deee 100%)"