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: #fdbace;
}
.color-2 {
color: #cdcbcd;
}
.color-3 {
color: #ab59a9;
}
.color-4 {
color: #5c5157;
}
.color-5 {
color: #2c2628;
}

/* CSS Variables */
:root {
--color-1: #fdbace;
--color-2: #cdcbcd;
--color-3: #ab59a9;
--color-4: #5c5157;
--color-5: #2c2628;
}

Whispers of Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdbace, #cdcbcd, #ab59a9, #5c5157, #2c2628);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdbace, #cdcbcd, #ab59a9, #5c5157, #2c2628);
}

Whispers of Dusk color palette created on .