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: #9b959d;
}
.color-2 {
color: #596b78;
}
.color-3 {
color: #653b34;
}
.color-4 {
color: #3a485a;
}
.color-5 {
color: #2e333e;
}
/* CSS Variables */
:root {
--color-1: #9b959d;
--color-2: #596b78;
--color-3: #653b34;
--color-4: #3a485a;
--color-5: #2e333e;
}
Whispers of Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b959d, #596b78, #653b34, #3a485a, #2e333e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b959d, #596b78, #653b34, #3a485a, #2e333e);
}
Similar color palettes
Whispers of Dusk color palette created on .