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: #60609a;
}
.color-2 {
color: #7474b4;
}
.color-3 {
color: #9f9fd1;
}
.color-4 {
color: #e6c15b;
}
.color-5 {
color: #d63f2e;
}
/* CSS Variables */
:root {
--color-1: #60609a;
--color-2: #7474b4;
--color-3: #9f9fd1;
--color-4: #e6c15b;
--color-5: #d63f2e;
}
Twilight Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #60609a, #7474b4, #9f9fd1, #e6c15b, #d63f2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #60609a, #7474b4, #9f9fd1, #e6c15b, #d63f2e);
}
Similar color palettes
Scroll down to explore 400+ Blue color palettes
Twilight Serenade color palette created on .