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: #c3b2d7;
}
.color-2 {
color: #a3cfe0;
}
.color-3 {
color: #ffb3ba;
}
.color-4 {
color: #fff5b3;
}
.color-5 {
color: #b2e0b5;
}
/* CSS Variables */
:root {
--color-1: #c3b2d7;
--color-2: #a3cfe0;
--color-3: #ffb3ba;
--color-4: #fff5b3;
--color-5: #b2e0b5;
}
Whispers of Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3b2d7, #a3cfe0, #ffb3ba, #fff5b3, #b2e0b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3b2d7, #a3cfe0, #ffb3ba, #fff5b3, #b2e0b5);
}
Similar color palettes
Scroll down to explore 60+ Aesthetic color palettes
Whispers of Twilight color palette created on .