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: #ded8d3;
}
.color-2 {
color: #ab9387;
}
.color-3 {
color: #62707f;
}
.color-4 {
color: #4e5865;
}
.color-5 {
color: #3a4550;
}

/* CSS Variables */
:root {
--color-1: #ded8d3;
--color-2: #ab9387;
--color-3: #62707f;
--color-4: #4e5865;
--color-5: #3a4550;
}

Whispers of Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ded8d3, #ab9387, #62707f, #4e5865, #3a4550);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ded8d3, #ab9387, #62707f, #4e5865, #3a4550);
}

Similar color palettes

Scroll down to explore 1 Soft gray color palette

Whispers of Twilight color palette created on .