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: #faf9fa;
}
.color-2 {
color: #6a6869;
}
.color-3 {
color: #8e352f;
}
.color-4 {
color: #3a3639;
}
.color-5 {
color: #272022;
}

/* CSS Variables */
:root {
--color-1: #faf9fa;
--color-2: #6a6869;
--color-3: #8e352f;
--color-4: #3a3639;
--color-5: #272022;
}

Whispers of Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faf9fa, #6a6869, #8e352f, #3a3639, #272022);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faf9fa, #6a6869, #8e352f, #3a3639, #272022);
}

Similar color palettes

Scroll down to explore 4 Soft pink color palettes

Whispers of Dusk color palette created on .