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: #ddd9db;
}
.color-2 {
color: #ccccd1;
}
.color-3 {
color: #b6b8cd;
}
.color-4 {
color: #9ca0bf;
}
.color-5 {
color: #8186b1;
}

/* CSS Variables */
:root {
--color-1: #ddd9db;
--color-2: #ccccd1;
--color-3: #b6b8cd;
--color-4: #9ca0bf;
--color-5: #8186b1;
}

Whispers of Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ddd9db, #ccccd1, #b6b8cd, #9ca0bf, #8186b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ddd9db, #ccccd1, #b6b8cd, #9ca0bf, #8186b1);
}

Whispers of Twilight color palette created on .