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: #f8f7f8;
}
.color-2 {
color: #ceb6c4;
}
.color-3 {
color: #b38f9f;
}
.color-4 {
color: #866970;
}
.color-5 {
color: #5f5458;
}

/* CSS Variables */
:root {
--color-1: #f8f7f8;
--color-2: #ceb6c4;
--color-3: #b38f9f;
--color-4: #866970;
--color-5: #5f5458;
}

Whispers of Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f7f8, #ceb6c4, #b38f9f, #866970, #5f5458);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f7f8, #ceb6c4, #b38f9f, #866970, #5f5458);
}

Similar color palettes

Scroll down to explore 4 Soft pink color palettes

Whispers of Dusk color palette created on .