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: #c4c6e3;
}
.color-2 {
color: #9cc2d3;
}
.color-3 {
color: #9898b3;
}
.color-4 {
color: #826c64;
}
.color-5 {
color: #542b38;
}

/* CSS Variables */
:root {
--color-1: #c4c6e3;
--color-2: #9cc2d3;
--color-3: #9898b3;
--color-4: #826c64;
--color-5: #542b38;
}

Whispers of Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4c6e3, #9cc2d3, #9898b3, #826c64, #542b38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4c6e3, #9cc2d3, #9898b3, #826c64, #542b38);
}

Similar color palettes

Whispers of Dusk color palette created on .