Blooker20 Gradient
Click to copy CSS
Blooker20
Linear gradient
Red tone
0 views
Colors
#E65C00
rgb(230, 92, 0)
hsl(24, 100%, 45%)
#F9D423
rgb(249, 212, 35)
hsl(50, 95%, 56%)
CSS
background: linear-gradient(90deg, #e65c00 0%, #f9d423 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#e65c00] to-[#f9d423]
Inline CSS
style="background: linear-gradient(90deg, #e65c00 0%, #f9d423 100%)"