Deep Mint Gradient

Click to copy CSS

Deep Mint

Linear gradient Mixed tone 0 views

Colors

#95F9C3
rgb(149, 249, 195)
hsl(148, 89%, 78%)
#0B3866
rgb(11, 56, 102)
hsl(210, 81%, 22%)

CSS

background: linear-gradient(90deg, #95f9c3 0%, #0b3866 100%);
      

Other Formats

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