Flame Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Flame palette
Color Inspiration
Images that showcase this color palette in real designs
Download Flame Color Palette (PNG)
Flame color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9900;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #ffdb4d;
}
.color-5 {
color: #ffe4b3;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9900;
--color-3: #ffcc00;
--color-4: #ffdb4d;
--color-5: #ffe4b3;
}
Flame background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9900, #ffcc00, #ffdb4d, #ffe4b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9900, #ffcc00, #ffdb4d, #ffe4b3);
}
Similar color palettes
Flame color palette created on .