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: #643a50;
}
.color-2 {
color: #472d4e;
}
.color-3 {
color: #7d5470;
}
.color-4 {
color: #322235;
}
.color-5 {
color: #8d627c;
}

/* CSS Variables */
:root {
--color-1: #643a50;
--color-2: #472d4e;
--color-3: #7d5470;
--color-4: #322235;
--color-5: #8d627c;
}

Whispers of Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #643a50, #472d4e, #7d5470, #322235, #8d627c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #643a50, #472d4e, #7d5470, #322235, #8d627c);
}

Whispers of Twilight color palette created on .