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: #4b91e2;
}
.color-2 {
color: #5a7dba;
}
.color-3 {
color: #8a6bbd;
}
.color-4 {
color: #a54bbe;
}
.color-5 {
color: #d44e9f;
}
/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #5a7dba;
--color-3: #8a6bbd;
--color-4: #a54bbe;
--color-5: #d44e9f;
}
Twilight Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #5a7dba, #8a6bbd, #a54bbe, #d44e9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #5a7dba, #8a6bbd, #a54bbe, #d44e9f);
}
Similar color palettes
Twilight Serenade color palette created on .