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: #ebebeb;
}
.color-2 {
color: #b4a2a2;
}
.color-3 {
color: #8d7777;
}
.color-4 {
color: #5e5050;
}
.color-5 {
color: #2e2929;
}

/* CSS Variables */
:root {
--color-1: #ebebeb;
--color-2: #b4a2a2;
--color-3: #8d7777;
--color-4: #5e5050;
--color-5: #2e2929;
}

Whispers of Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebebeb, #b4a2a2, #8d7777, #5e5050, #2e2929);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebebeb, #b4a2a2, #8d7777, #5e5050, #2e2929);
}

Whispers of Twilight color palette created on .