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: #c0afb3;
}
.color-2 {
color: #957a75;
}
.color-3 {
color: #53515d;
}
.color-4 {
color: #36363f;
}
.color-5 {
color: #211e24;
}

/* CSS Variables */
:root {
--color-1: #c0afb3;
--color-2: #957a75;
--color-3: #53515d;
--color-4: #36363f;
--color-5: #211e24;
}

Whispers of Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0afb3, #957a75, #53515d, #36363f, #211e24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0afb3, #957a75, #53515d, #36363f, #211e24);
}

Whispers of Twilight color palette created on .