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: #5b7f9f;
}
.color-2 {
color: #8fa5b7;
}
.color-3 {
color: #b6c8d8;
}
.color-4 {
color: #f1e1d5;
}
.color-5 {
color: #f9b8a4;
}
/* CSS Variables */
:root {
--color-1: #5b7f9f;
--color-2: #8fa5b7;
--color-3: #b6c8d8;
--color-4: #f1e1d5;
--color-5: #f9b8a4;
}
Twilight Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b7f9f, #8fa5b7, #b6c8d8, #f1e1d5, #f9b8a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b7f9f, #8fa5b7, #b6c8d8, #f1e1d5, #f9b8a4);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Twilight Serenity color palette created on .