Celestial Night Color Palette
Discover the beautiful Celestial Night color palette featuring blue haze (#d1c7e0), lavender purple (#9c8cba), affair (#6b4e7e), grape (#3d1c4f) and haiti (#190a24).
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 Night palette
💻 Celestial Night color palette CSS
/* CSS */
.color-1 {
color: #d1c7e0;
}
.color-2 {
color: #9c8cba;
}
.color-3 {
color: #6b4e7e;
}
.color-4 {
color: #3d1c4f;
}
.color-5 {
color: #190a24;
}
/* CSS Variables */
:root {
--color-1: #d1c7e0;
--color-2: #9c8cba;
--color-3: #6b4e7e;
--color-4: #3d1c4f;
--color-5: #190a24;
}
🌈 Celestial Night background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c7e0, #9c8cba, #6b4e7e, #3d1c4f, #190a24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c7e0, #9c8cba, #6b4e7e, #3d1c4f, #190a24);
}
🔗 Explore similar color palettes
Celestial Night color palette created on .