Whispers of Serene Dusk Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Serene Dusk palette

Share this palette to:

Whispers of Serene Dusk color palette CSS

/* CSS */
.color-1 {
color: #eeeef2;
}
.color-2 {
color: #e2d5d9;
}
.color-3 {
color: #d6c7cb;
}
.color-4 {
color: #c7b5ae;
}
.color-5 {
color: #bf9882;
}

/* CSS Variables */
:root {
--color-1: #eeeef2;
--color-2: #e2d5d9;
--color-3: #d6c7cb;
--color-4: #c7b5ae;
--color-5: #bf9882;
}

Whispers of Serene Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eeeef2, #e2d5d9, #d6c7cb, #c7b5ae, #bf9882);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eeeef2, #e2d5d9, #d6c7cb, #c7b5ae, #bf9882);
}

Whispers of Serene Dusk color palette created on .