Whispers of Twilight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Twilight palette
Whispers of Twilight color palette CSS
/* CSS */
.color-1 {
color: #f4e2b3;
}
.color-2 {
color: #c1b49f;
}
.color-3 {
color: #a18c8d;
}
.color-4 {
color: #7b5d4c;
}
.color-5 {
color: #5b4b5d;
}
/* CSS Variables */
:root {
--color-1: #f4e2b3;
--color-2: #c1b49f;
--color-3: #a18c8d;
--color-4: #7b5d4c;
--color-5: #5b4b5d;
}
Whispers of Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e2b3, #c1b49f, #a18c8d, #7b5d4c, #5b4b5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e2b3, #c1b49f, #a18c8d, #7b5d4c, #5b4b5d);
}
Similar color palettes
Scroll down to explore 300+ Beige color palettes
Whispers of Twilight color palette created on .