Whispers of Twilight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Twilight palette

Share this palette to:

Whispers of Twilight color palette CSS

/* CSS */
.color-1 {
color: #b5c7d9;
}
.color-2 {
color: #968f88;
}
.color-3 {
color: #7c736e;
}
.color-4 {
color: #5b5352;
}
.color-5 {
color: #3a3a3b;
}

/* CSS Variables */
:root {
--color-1: #b5c7d9;
--color-2: #968f88;
--color-3: #7c736e;
--color-4: #5b5352;
--color-5: #3a3a3b;
}

Whispers of Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5c7d9, #968f88, #7c736e, #5b5352, #3a3a3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5c7d9, #968f88, #7c736e, #5b5352, #3a3a3b);
}

Similar color palettes

Scroll down to explore 1 Cool gray color palette

Whispers of Twilight color palette created on .