Bright Flames Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Flames palette
Bright Flames color palette PNG image
Bright Flames color palette CSS
/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffa142;
}
.color-3 {
color: #ffb861;
}
.color-4 {
color: #ffd480;
}
.color-5 {
color: #ffe4b3;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffa142;
--color-3: #ffb861;
--color-4: #ffd480;
--color-5: #ffe4b3;
}
Bright Flames background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffa142, #ffb861, #ffd480, #ffe4b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffa142, #ffb861, #ffd480, #ffe4b3);
}
Similar color palettes
Bright Flames color palette created on .