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: #ffffff;
}
.color-2 {
color: #fee6b4;
}
.color-3 {
color: #dfaffd;
}
.color-4 {
color: #222020;
}
.color-5 {
color: #0f0b14;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fee6b4;
--color-3: #dfaffd;
--color-4: #222020;
--color-5: #0f0b14;
}
Whispers of Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fee6b4, #dfaffd, #222020, #0f0b14);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fee6b4, #dfaffd, #222020, #0f0b14);
}
Similar color palettes
Whispers of Dusk color palette created on .