Serene Twilight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Twilight palette
Serene Twilight color palette CSS
/* CSS */
.color-1 {
color: #f0f0f5;
}
.color-2 {
color: #d1d6e0;
}
.color-3 {
color: #a3b2d2;
}
.color-4 {
color: #7b8fd5;
}
.color-5 {
color: #5b70c2;
}
/* CSS Variables */
:root {
--color-1: #f0f0f5;
--color-2: #d1d6e0;
--color-3: #a3b2d2;
--color-4: #7b8fd5;
--color-5: #5b70c2;
}
Serene Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f0f5, #d1d6e0, #a3b2d2, #7b8fd5, #5b70c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f0f5, #d1d6e0, #a3b2d2, #7b8fd5, #5b70c2);
}
Similar color palettes
Serene Twilight color palette created on .