Whispers of Dusk Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Dusk palette
Whispers of Dusk color palette CSS
/* CSS */
.color-1 {
color: #cecad3;
}
.color-2 {
color: #a29086;
}
.color-3 {
color: #705b51;
}
.color-4 {
color: #432e28;
}
.color-5 {
color: #0c0b0e;
}
/* CSS Variables */
:root {
--color-1: #cecad3;
--color-2: #a29086;
--color-3: #705b51;
--color-4: #432e28;
--color-5: #0c0b0e;
}
Whispers of Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cecad3, #a29086, #705b51, #432e28, #0c0b0e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cecad3, #a29086, #705b51, #432e28, #0c0b0e);
}
Similar color palettes
Scroll down to explore 2 Soft gray color palettes
Whispers of Dusk color palette created on .