Flame Petal Gradient
Click to copy CSS
Flame Petal
Linear gradient
Mixed tone
0 views
Colors
#F28367
rgb(242, 131, 103)
hsl(12, 84%, 68%)
#FF5282
rgb(255, 82, 130)
hsl(343, 100%, 66%)
CSS
background: linear-gradient(90deg, #f28367 0%, #ff5282 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#f28367] to-[#ff5282]
Inline CSS
style="background: linear-gradient(90deg, #f28367 0%, #ff5282 100%)"