Orange Fire Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Orange Fire palette
Orange Fire color palette CSS
/* CSS */
.color-1 {
color: #ff5c33;
}
.color-2 {
color: #ff9933;
}
.color-3 {
color: #ffcc33;
}
.color-4 {
color: #33ff5c;
}
.color-5 {
color: #33ccff;
}
/* CSS Variables */
:root {
--color-1: #ff5c33;
--color-2: #ff9933;
--color-3: #ffcc33;
--color-4: #33ff5c;
--color-5: #33ccff;
}
Orange Fire background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c33, #ff9933, #ffcc33, #33ff5c, #33ccff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c33, #ff9933, #ffcc33, #33ff5c, #33ccff);
}
Similar color palettes
Orange Fire color palette created on .