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: #d1d1d1;
}
.color-2 {
color: #2b2b2b;
}
.color-3 {
color: #bfbfbf;
}
.color-4 {
color: #e1b9a8;
}
.color-5 {
color: #e4b86c;
}

/* CSS Variables */
:root {
--color-1: #d1d1d1;
--color-2: #2b2b2b;
--color-3: #bfbfbf;
--color-4: #e1b9a8;
--color-5: #e4b86c;
}

Whispers of Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1d1d1, #2b2b2b, #bfbfbf, #e1b9a8, #e4b86c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1d1d1, #2b2b2b, #bfbfbf, #e1b9a8, #e4b86c);
}

Whispers of Dusk color palette created on .