Amber Heat Gradient
Click to copy CSS
Amber Heat
Linear gradient
Mixed tone
0 views
Colors
#FFB88E
rgb(255, 184, 142)
hsl(22, 100%, 78%)
#EA5753
rgb(234, 87, 83)
hsl(2, 78%, 62%)
CSS
background: linear-gradient(90deg, #ffb88e 0%, #ea5753 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#ffb88e] to-[#ea5753]
Inline CSS
style="background: linear-gradient(90deg, #ffb88e 0%, #ea5753 100%)"