"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: #b8a44c;
}
.color-2 {
color: #787779;
}
.color-3 {
color: #333333;
}
.color-4 {
color: #171617;
}
.color-5 {
color: #080808;
}

/* CSS Variables */
:root {
--color-1: #b8a44c;
--color-2: #787779;
--color-3: #333333;
--color-4: #171617;
--color-5: #080808;
}

"Whispers of Dusk" background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8a44c, #787779, #333333, #171617, #080808);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8a44c, #787779, #333333, #171617, #080808);
}

Similar color palettes

Scroll down to explore 1 Olive green color palette

"Whispers of Dusk" color palette created on .