Herb Garden Gradient

Click to copy CSS

Herb Garden

Linear gradient Mixed tone 0 views

Colors

#809B0E
rgb(128, 155, 14)
hsl(71, 83%, 33%)
#AEB778
rgb(174, 183, 120)
hsl(69, 30%, 59%)

CSS

background: linear-gradient(90deg, #809b0e 0%, #aeb778 100%);
      

Other Formats

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