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: #b8a993;
}
.color-2 {
color: #796553;
}
.color-3 {
color: #3b3835;
}
.color-4 {
color: #292523;
}
.color-5 {
color: #1d1c1b;
}

/* CSS Variables */
:root {
--color-1: #b8a993;
--color-2: #796553;
--color-3: #3b3835;
--color-4: #292523;
--color-5: #1d1c1b;
}

Whispers of Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8a993, #796553, #3b3835, #292523, #1d1c1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8a993, #796553, #3b3835, #292523, #1d1c1b);
}

Whispers of Dusk color palette created on .