Celestial Twilight Color Palette
Discover the beautiful Celestial Twilight color palette featuring catskill white (#e0e6f0), rock blue (#a7b5d3), ship cove (#6f92c3), san marino (#3f719d) and blumine (#1b4a79).
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 Twilight palette
💻 Celestial Twilight color palette CSS
/* CSS */
.color-1 {
color: #e0e6f0;
}
.color-2 {
color: #a7b5d3;
}
.color-3 {
color: #6f92c3;
}
.color-4 {
color: #3f719d;
}
.color-5 {
color: #1b4a79;
}
/* CSS Variables */
:root {
--color-1: #e0e6f0;
--color-2: #a7b5d3;
--color-3: #6f92c3;
--color-4: #3f719d;
--color-5: #1b4a79;
}
🌈 Celestial Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0e6f0, #a7b5d3, #6f92c3, #3f719d, #1b4a79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0e6f0, #a7b5d3, #6f92c3, #3f719d, #1b4a79);
}
🔗 Explore similar color palettes
Celestial Twilight color palette created on .