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: #ffffff;
}
.color-2 {
color: #d9d8d8;
}
.color-3 {
color: #b5b2b0;
}
.color-4 {
color: #87817d;
}
.color-5 {
color: #5d5751;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #d9d8d8;
--color-3: #b5b2b0;
--color-4: #87817d;
--color-5: #5d5751;
}

Whispers of Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #d9d8d8, #b5b2b0, #87817d, #5d5751);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #d9d8d8, #b5b2b0, #87817d, #5d5751);
}

Similar color palettes

Scroll down to explore 2 White color palettes

Whispers of Twilight color palette created on .