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