Celestial Fireburst Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Fireburst palette
Celestial Fireburst color palette CSS
/* CSS */
.color-1 {
color: #f47b1f;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffd54d;
}
.color-4 {
color: #b0eb00;
}
.color-5 {
color: #63de17;
}
/* CSS Variables */
:root {
--color-1: #f47b1f;
--color-2: #ffb84d;
--color-3: #ffd54d;
--color-4: #b0eb00;
--color-5: #63de17;
}
Celestial Fireburst background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f47b1f, #ffb84d, #ffd54d, #b0eb00, #63de17);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f47b1f, #ffb84d, #ffd54d, #b0eb00, #63de17);
}
Similar color palettes
- Orange Delight
- Ginger Shades
- Elysian Unveiling
- Sunset Harvest
- Orange Yumi
- Twilight Vigilance
- Midnight Orchid Serenade
- Vibrant Sunset Fusion
- Celebration Spectrum
- Slime Time Sunset
- Nickelodeon Orange and Green Burst
- Coastal Blue
- Orange and Blue Delight
- Golden Jupiter
- Bright Orange
- Vibrant Sunset Dreams
- Faded Ember Dream
- Golden Blossom Harmony
Celestial Fireburst color palette created on .