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: #5b4e97;
}
.color-2 {
color: #7a6cb7;
}
.color-3 {
color: #9b86d5;
}
.color-4 {
color: #c9b0e3;
}
.color-5 {
color: #4a2c6d;
}
/* CSS Variables */
:root {
--color-1: #5b4e97;
--color-2: #7a6cb7;
--color-3: #9b86d5;
--color-4: #c9b0e3;
--color-5: #4a2c6d;
}
Celestial Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b4e97, #7a6cb7, #9b86d5, #c9b0e3, #4a2c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b4e97, #7a6cb7, #9b86d5, #c9b0e3, #4a2c6d);
}
Similar color palettes
Celestial Twilight color palette created on .