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: #5c4b8b;
}
.color-2 {
color: #8d7a99;
}
.color-3 {
color: #b4a9c6;
}
.color-4 {
color: #d7c8df;
}
.color-5 {
color: #f3eaf6;
}
/* CSS Variables */
:root {
--color-1: #5c4b8b;
--color-2: #8d7a99;
--color-3: #b4a9c6;
--color-4: #d7c8df;
--color-5: #f3eaf6;
}
Whispers of Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4b8b, #8d7a99, #b4a9c6, #d7c8df, #f3eaf6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4b8b, #8d7a99, #b4a9c6, #d7c8df, #f3eaf6);
}
Similar color palettes
Scroll down to explore 400+ Dark color palettes
Whispers of Twilight color palette created on .