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: #c8d0da;
}
.color-2 {
color: #c2c1bc;
}
.color-3 {
color: #bbb3aa;
}
.color-4 {
color: #b1a395;
}
.color-5 {
color: #a3897b;
}

/* CSS Variables */
:root {
--color-1: #c8d0da;
--color-2: #c2c1bc;
--color-3: #bbb3aa;
--color-4: #b1a395;
--color-5: #a3897b;
}

Whispers of Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8d0da, #c2c1bc, #bbb3aa, #b1a395, #a3897b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8d0da, #c2c1bc, #bbb3aa, #b1a395, #a3897b);
}

Whispers of Twilight color palette created on .