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: #fcfcfc;
}
.color-2 {
color: #bbbbb9;
}
.color-3 {
color: #88826d;
}
.color-4 {
color: #514f48;
}
.color-5 {
color: #1c1c1c;
}
/* CSS Variables */
:root {
--color-1: #fcfcfc;
--color-2: #bbbbb9;
--color-3: #88826d;
--color-4: #514f48;
--color-5: #1c1c1c;
}
Whispers of Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfcfc, #bbbbb9, #88826d, #514f48, #1c1c1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfcfc, #bbbbb9, #88826d, #514f48, #1c1c1c);
}
Similar color palettes
Scroll down to explore 8 White color palettes
Whispers of Dusk color palette created on .