Citrus Shine Gradient

Click to copy CSS

Citrus Shine

Linear gradient Mixed tone 0 views

Colors

#FF930F
rgb(255, 147, 15)
hsl(33, 100%, 53%)
#FFF95B
rgb(255, 249, 91)
hsl(58, 100%, 68%)

CSS

background: linear-gradient(90deg, #ff930f 0%, #fff95b 100%);
      

Other Formats

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