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: #cfb4af;
}
.color-2 {
color: #8e7177;
}
.color-3 {
color: #625561;
}
.color-4 {
color: #4f3b3d;
}
.color-5 {
color: #243c56;
}

/* CSS Variables */
:root {
--color-1: #cfb4af;
--color-2: #8e7177;
--color-3: #625561;
--color-4: #4f3b3d;
--color-5: #243c56;
}

Whispers of Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfb4af, #8e7177, #625561, #4f3b3d, #243c56);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfb4af, #8e7177, #625561, #4f3b3d, #243c56);
}

Similar color palettes

Scroll down to explore 4 Soft pink color palettes

Whispers of Dusk color palette created on .