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: #e2e2e9;
}
.color-2 {
color: #b7c6d7;
}
.color-3 {
color: #b2a69f;
}
.color-4 {
color: #7fa6cc;
}
.color-5 {
color: #958675;
}

/* CSS Variables */
:root {
--color-1: #e2e2e9;
--color-2: #b7c6d7;
--color-3: #b2a69f;
--color-4: #7fa6cc;
--color-5: #958675;
}

Whispers of Serene Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2e2e9, #b7c6d7, #b2a69f, #7fa6cc, #958675);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2e2e9, #b7c6d7, #b2a69f, #7fa6cc, #958675);
}

Similar color palettes

Scroll down to explore 2 Light gray color palettes

Whispers of Serene Dusk color palette created on .