Pastel Orange at the Sun Gradient
Click to copy CSS
Pastel Orange at the Sun
Linear gradient
Orange tone
0 views
Colors
#FFB347
rgb(255, 179, 71)
hsl(35, 100%, 64%)
#FFCC33
rgb(255, 204, 51)
hsl(45, 100%, 60%)
CSS
background: linear-gradient(90deg, #ffb347 0%, #ffcc33 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#ffb347] to-[#ffcc33]
Inline CSS
style="background: linear-gradient(90deg, #ffb347 0%, #ffcc33 100%)"