Celestial Twilight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Twilight palette
Celestial Twilight color palette CSS
/* CSS */
.color-1 {
color: #1d202f;
}
.color-2 {
color: #3f4b6e;
}
.color-3 {
color: #5f6b9b;
}
.color-4 {
color: #8e7fbd;
}
.color-5 {
color: #b4a2e6;
}
/* CSS Variables */
:root {
--color-1: #1d202f;
--color-2: #3f4b6e;
--color-3: #5f6b9b;
--color-4: #8e7fbd;
--color-5: #b4a2e6;
}
Celestial Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d202f, #3f4b6e, #5f6b9b, #8e7fbd, #b4a2e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d202f, #3f4b6e, #5f6b9b, #8e7fbd, #b4a2e6);
}
Similar color palettes
Celestial Twilight color palette created on .