Emerald Depth Gradient

Click to copy CSS

Emerald Depth

Linear gradient Mixed tone 0 views

Colors

#4A9B7F
rgb(74, 155, 127)
hsl(159, 35%, 45%)
#0A3431
rgb(10, 52, 49)
hsl(176, 68%, 12%)

CSS

background: linear-gradient(90deg, #4a9b7f 0%, #0a3431 100%);
      

Other Formats

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