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: #182458;
}
.color-2 {
color: #737ad9;
}
.color-3 {
color: #cbe4f6;
}
.color-4 {
color: #d5bce1;
}
.color-5 {
color: #2e4099;
}
/* CSS Variables */
:root {
--color-1: #182458;
--color-2: #737ad9;
--color-3: #cbe4f6;
--color-4: #d5bce1;
--color-5: #2e4099;
}
Twilight Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #182458, #737ad9, #cbe4f6, #d5bce1, #2e4099);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #182458, #737ad9, #cbe4f6, #d5bce1, #2e4099);
}
Similar color palettes
Scroll down to explore 1 Dark blue color palette
Twilight Serenade color palette created on .