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: #f9eddc;
}
.color-2 {
color: #cccbc7;
}
.color-3 {
color: #9a9fa7;
}
.color-4 {
color: #647287;
}
.color-5 {
color: #344b6a;
}

/* CSS Variables */
:root {
--color-1: #f9eddc;
--color-2: #cccbc7;
--color-3: #9a9fa7;
--color-4: #647287;
--color-5: #344b6a;
}

Whispers of Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9eddc, #cccbc7, #9a9fa7, #647287, #344b6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9eddc, #cccbc7, #9a9fa7, #647287, #344b6a);
}

Whispers of Dusk color palette created on .