Celestial Blaze Color Palette
Discover the beautiful Celestial Blaze color palette featuring supernova (#ffcc00), blaze orange (#ff6a00), scarlet (#ff2f00), rose (#ff007b) and electric violet (#7b00ff).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Celestial Blaze palette
💻 Celestial Blaze color palette CSS
/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff6a00;
}
.color-3 {
color: #ff2f00;
}
.color-4 {
color: #ff007b;
}
.color-5 {
color: #7b00ff;
}
/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff6a00;
--color-3: #ff2f00;
--color-4: #ff007b;
--color-5: #7b00ff;
}
🌈 Celestial Blaze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff6a00, #ff2f00, #ff007b, #7b00ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff6a00, #ff2f00, #ff007b, #7b00ff);
}
🔗 Explore similar color palettes
Celestial Blaze color palette created on .