Lemon Lime Gradient

Click to copy CSS

Lemon Lime

Linear gradient Mixed tone 0 views

Colors

#7EC6BC
rgb(126, 198, 188)
hsl(172, 39%, 64%)
#EBE717
rgb(235, 231, 23)
hsl(59, 84%, 51%)

CSS

background: linear-gradient(90deg, #7ec6bc 0%, #ebe717 100%);
      

Other Formats

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