Elegant Twilight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Elegant Twilight palette
Color Inspiration
Images that showcase this color palette in real designs
Download Elegant Twilight Color Palette (PNG)
Elegant Twilight color palette CSS
/* CSS */
.color-1 {
color: #fffbf0;
}
.color-2 {
color: #f2e1ba;
}
.color-3 {
color: #a9c8e0;
}
.color-4 {
color: #5d4b8b;
}
.color-5 {
color: #2f2b28;
}
/* CSS Variables */
:root {
--color-1: #fffbf0;
--color-2: #f2e1ba;
--color-3: #a9c8e0;
--color-4: #5d4b8b;
--color-5: #2f2b28;
}
Elegant Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fffbf0, #f2e1ba, #a9c8e0, #5d4b8b, #2f2b28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fffbf0, #f2e1ba, #a9c8e0, #5d4b8b, #2f2b28);
}
Similar color palettes
Elegant Twilight color palette created on .