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: #5a5faa;
}
.color-2 {
color: #7a7fc2;
}
.color-3 {
color: #a0a1d4;
}
.color-4 {
color: #c1d3f0;
}
.color-5 {
color: #e5e8ff;
}
/* CSS Variables */
:root {
--color-1: #5a5faa;
--color-2: #7a7fc2;
--color-3: #a0a1d4;
--color-4: #c1d3f0;
--color-5: #e5e8ff;
}
Serene Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a5faa, #7a7fc2, #a0a1d4, #c1d3f0, #e5e8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a5faa, #7a7fc2, #a0a1d4, #c1d3f0, #e5e8ff);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Serene Twilight color palette created on .