Shadows of Dusk Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shadows of Dusk palette

Share this palette to:

Shadows of Dusk color palette CSS

/* CSS */
.color-1 {
color: #bcb9b3;
}
.color-2 {
color: #646362;
}
.color-3 {
color: #444341;
}
.color-4 {
color: #262626;
}
.color-5 {
color: #171717;
}

/* CSS Variables */
:root {
--color-1: #bcb9b3;
--color-2: #646362;
--color-3: #444341;
--color-4: #262626;
--color-5: #171717;
}

Shadows of Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bcb9b3, #646362, #444341, #262626, #171717);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bcb9b3, #646362, #444341, #262626, #171717);
}

Shadows of Dusk color palette created on .