Instagram Gradient

Click to copy CSS

Instagram

Linear gradient Orange tone 0 views

Colors

#F9CE34
rgb(249, 206, 52)
hsl(47, 94%, 59%)
#EE2A7B
rgb(238, 42, 123)
hsl(335, 85%, 55%)
#6228D7
rgb(98, 40, 215)
hsl(260, 69%, 50%)

CSS

background: linear-gradient(135deg, #f9ce34 0%, #ee2a7b 50%, #6228d7 100%);
      

Other Formats

Tailwind
bg-gradient-to-r from-[#f9ce34] to-[#6228d7]
Inline CSS
style="background: linear-gradient(135deg, #f9ce34 0%, #ee2a7b 50%, #6228d7 100%)"