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: #eceae9;
}
.color-2 {
color: #b8bbc1;
}
.color-3 {
color: #888b96;
}
.color-4 {
color: #676b74;
}
.color-5 {
color: #434851;
}

/* CSS Variables */
:root {
--color-1: #eceae9;
--color-2: #b8bbc1;
--color-3: #888b96;
--color-4: #676b74;
--color-5: #434851;
}

Whispers of Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eceae9, #b8bbc1, #888b96, #676b74, #434851);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eceae9, #b8bbc1, #888b96, #676b74, #434851);
}

Whispers of Twilight color palette created on .