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: #dbd8d7;
}
.color-2 {
color: #b5a5a1;
}
.color-3 {
color: #725a5c;
}
.color-4 {
color: #513e48;
}
.color-5 {
color: #3c2a32;
}
/* CSS Variables */
:root {
--color-1: #dbd8d7;
--color-2: #b5a5a1;
--color-3: #725a5c;
--color-4: #513e48;
--color-5: #3c2a32;
}
Whispers of Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbd8d7, #b5a5a1, #725a5c, #513e48, #3c2a32);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbd8d7, #b5a5a1, #725a5c, #513e48, #3c2a32);
}
Similar color palettes
Scroll down to explore 4 Soft gray color palettes
Whispers of Twilight color palette created on .