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: #fcfdfd;
}
.color-2 {
color: #edeef2;
}
.color-3 {
color: #a7a8aa;
}
.color-4 {
color: #76656a;
}
.color-5 {
color: #db0a1c;
}
/* CSS Variables */
:root {
--color-1: #fcfdfd;
--color-2: #edeef2;
--color-3: #a7a8aa;
--color-4: #76656a;
--color-5: #db0a1c;
}
Whispers of Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfdfd, #edeef2, #a7a8aa, #76656a, #db0a1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfdfd, #edeef2, #a7a8aa, #76656a, #db0a1c);
}
Similar color palettes
Scroll down to explore 3 White color palettes
Whispers of Dusk color palette created on .