Twilight Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Twilight Serenity palette
Twilight Serenity color palette CSS
/* CSS */
.color-1 {
color: #2d3b5c;
}
.color-2 {
color: #4b5b81;
}
.color-3 {
color: #69739b;
}
.color-4 {
color: #8a9dc1;
}
.color-5 {
color: #b9cae4;
}
/* CSS Variables */
:root {
--color-1: #2d3b5c;
--color-2: #4b5b81;
--color-3: #69739b;
--color-4: #8a9dc1;
--color-5: #b9cae4;
}
Twilight Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d3b5c, #4b5b81, #69739b, #8a9dc1, #b9cae4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d3b5c, #4b5b81, #69739b, #8a9dc1, #b9cae4);
}
Similar color palettes
Twilight Serenity color palette created on .