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