Twilight Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Twilight Whispers palette
Twilight Whispers color palette CSS
/* CSS */
.color-1 {
color: #cbc0ce;
}
.color-2 {
color: #857387;
}
.color-3 {
color: #47383e;
}
.color-4 {
color: #242838;
}
.color-5 {
color: #312124;
}
/* CSS Variables */
:root {
--color-1: #cbc0ce;
--color-2: #857387;
--color-3: #47383e;
--color-4: #242838;
--color-5: #312124;
}
Twilight Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cbc0ce, #857387, #47383e, #242838, #312124);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cbc0ce, #857387, #47383e, #242838, #312124);
}
Similar color palettes
Twilight Whispers color palette created on .