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: #d1c5d3;
}
.color-2 {
color: #968797;
}
.color-3 {
color: #725c4f;
}
.color-4 {
color: #433546;
}
.color-5 {
color: #2c2126;
}

/* CSS Variables */
:root {
--color-1: #d1c5d3;
--color-2: #968797;
--color-3: #725c4f;
--color-4: #433546;
--color-5: #2c2126;
}

Whispers of Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c5d3, #968797, #725c4f, #433546, #2c2126);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c5d3, #968797, #725c4f, #433546, #2c2126);
}

Similar color palettes

Whispers of Twilight color palette created on .