Ocean Vine Gradient

Click to copy CSS

Ocean Vine

Linear gradient Mixed tone 0 views

Colors

#2B4584
rgb(43, 69, 132)
hsl(222, 51%, 34%)
#4A9E48
rgb(74, 158, 72)
hsl(119, 37%, 45%)

CSS

background: linear-gradient(90deg, #2b4584 0%, #4a9e48 100%);
      

Other Formats

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