Whispers of Dusk Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Dusk palette

Share this palette to:

Whispers of Dusk color palette CSS

/* CSS */
.color-1 {
color: #fcfcfc;
}
.color-2 {
color: #e2dadd;
}
.color-3 {
color: #c4b5c0;
}
.color-4 {
color: #eb9147;
}
.color-5 {
color: #9a859d;
}

/* CSS Variables */
:root {
--color-1: #fcfcfc;
--color-2: #e2dadd;
--color-3: #c4b5c0;
--color-4: #eb9147;
--color-5: #9a859d;
}

Whispers of Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfcfc, #e2dadd, #c4b5c0, #eb9147, #9a859d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfcfc, #e2dadd, #c4b5c0, #eb9147, #9a859d);
}

Whispers of Dusk color palette created on .