Maldives Gradient

Click to copy CSS

Maldives

Linear gradient Mixed tone 0 views

Colors

#B2FEFA
rgb(178, 254, 250)
hsl(177, 97%, 85%)
#0ED2F7
rgb(14, 210, 247)
hsl(190, 94%, 51%)

CSS

background: linear-gradient(90deg, #b2fefa 0%, #0ed2f7 100%);
      

Other Formats

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