Orange Explosion Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Orange Explosion palette
Orange Explosion color palette CSS
/* CSS */
.color-1 {
color: #ff4d00;
}
.color-2 {
color: #ffd500;
}
.color-3 {
color: #ff8c00;
}
.color-4 {
color: #ffcc00;
}
.color-5 {
color: #ff6e00;
}
/* CSS Variables */
:root {
--color-1: #ff4d00;
--color-2: #ffd500;
--color-3: #ff8c00;
--color-4: #ffcc00;
--color-5: #ff6e00;
}
Orange Explosion background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d00, #ffd500, #ff8c00, #ffcc00, #ff6e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d00, #ffd500, #ff8c00, #ffcc00, #ff6e00);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Orange Explosion color palette created on .