Celestial Twilight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Twilight palette
Color Inspiration
Images that showcase this color palette in real designs
Download Celestial Twilight Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Celestial Twilight color palette created on .