Snapchat Gradient

Click to copy CSS

Snapchat

Linear gradient Orange tone 0 views

Colors

#FFFC00
rgb(255, 252, 0)
hsl(59, 100%, 50%)
#FFFFFF
rgb(255, 255, 255)
hsl(0, 0%, 100%)

CSS

background: linear-gradient(90deg, #fffc00 0%, #ffffff 100%);
      

Other Formats

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