Vibrant Orange Fire Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Orange Fire palette
Vibrant Orange Fire color palette CSS
/* CSS */
.color-1 {
color: #ff6d2e;
}
.color-2 {
color: #ff9900;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #ffe500;
}
.color-5 {
color: #ff5100;
}
/* CSS Variables */
:root {
--color-1: #ff6d2e;
--color-2: #ff9900;
--color-3: #ffcc00;
--color-4: #ffe500;
--color-5: #ff5100;
}
Vibrant Orange Fire background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d2e, #ff9900, #ffcc00, #ffe500, #ff5100);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d2e, #ff9900, #ffcc00, #ffe500, #ff5100);
}
Similar color palettes
Scroll down to explore 10 Fire color palettes
Vibrant Orange Fire color palette created on .