Little Leaf Gradient

Click to copy CSS

Little Leaf

Linear gradient Green tone 0 views

Colors

#76B852
rgb(118, 184, 82)
hsl(99, 42%, 52%)
#8DC26F
rgb(141, 194, 111)
hsl(98, 40%, 60%)

CSS

background: linear-gradient(90deg, #76b852 0%, #8dc26f 100%);
      

Other Formats

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