Whispers of Autumn Twilight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Autumn Twilight palette

Share this palette to:

Whispers of Autumn Twilight color palette CSS

/* CSS */
.color-1 {
color: #d4cae3;
}
.color-2 {
color: #a2948b;
}
.color-3 {
color: #a15d36;
}
.color-4 {
color: #595e73;
}
.color-5 {
color: #743e25;
}

/* CSS Variables */
:root {
--color-1: #d4cae3;
--color-2: #a2948b;
--color-3: #a15d36;
--color-4: #595e73;
--color-5: #743e25;
}

Whispers of Autumn Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4cae3, #a2948b, #a15d36, #595e73, #743e25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4cae3, #a2948b, #a15d36, #595e73, #743e25);
}

Whispers of Autumn Twilight color palette created on .