Whispers of Autumn Earth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Autumn Earth palette

Share this palette to:

Whispers of Autumn Earth color palette CSS

/* CSS */
.color-1 {
color: #e3d6a5;
}
.color-2 {
color: #c5b787;
}
.color-3 {
color: #a49970;
}
.color-4 {
color: #757257;
}
.color-5 {
color: #57607a;
}

/* CSS Variables */
:root {
--color-1: #e3d6a5;
--color-2: #c5b787;
--color-3: #a49970;
--color-4: #757257;
--color-5: #57607a;
}

Whispers of Autumn Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3d6a5, #c5b787, #a49970, #757257, #57607a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3d6a5, #c5b787, #a49970, #757257, #57607a);
}

Whispers of Autumn Earth color palette created on .