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: #c5bec4;
}
.color-2 {
color: #b5a6b1;
}
.color-3 {
color: #a2909e;
}
.color-4 {
color: #988193;
}
.color-5 {
color: #8d778a;
}

/* CSS Variables */
:root {
--color-1: #c5bec4;
--color-2: #b5a6b1;
--color-3: #a2909e;
--color-4: #988193;
--color-5: #8d778a;
}

Whispers of Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5bec4, #b5a6b1, #a2909e, #988193, #8d778a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5bec4, #b5a6b1, #a2909e, #988193, #8d778a);
}

Similar color palettes

Scroll down to explore 1 Soft grey color palette

Whispers of Twilight color palette created on .