Celestial Symphony Color Palette
Discover the beautiful Celestial Symphony color palette featuring astronaut (#2e4179), blue violet (#5763b6), cold purple (#9ea1dd), moon raker (#cbcaf7) and zircon (#f7f9ff).
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 Symphony palette
💻 Celestial Symphony color palette CSS
/* CSS */
.color-1 {
color: #2e4179;
}
.color-2 {
color: #5763b6;
}
.color-3 {
color: #9ea1dd;
}
.color-4 {
color: #cbcaf7;
}
.color-5 {
color: #f7f9ff;
}
/* CSS Variables */
:root {
--color-1: #2e4179;
--color-2: #5763b6;
--color-3: #9ea1dd;
--color-4: #cbcaf7;
--color-5: #f7f9ff;
} 🌈 Celestial Symphony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e4179, #5763b6, #9ea1dd, #cbcaf7, #f7f9ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e4179, #5763b6, #9ea1dd, #cbcaf7, #f7f9ff);
} 🔗 Explore similar color palettes
Celestial Symphony color palette created on .