Twilight Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Twilight Serenade palette
Twilight Serenade color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #464195;
}
.color-3 {
color: #7f95c7;
}
.color-4 {
color: #445da7;
}
.color-5 {
color: #2b2262;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #464195;
--color-3: #7f95c7;
--color-4: #445da7;
--color-5: #2b2262;
}
Twilight Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #464195, #7f95c7, #445da7, #2b2262);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #464195, #7f95c7, #445da7, #2b2262);
}
Similar color palettes
Twilight Serenade color palette created on .