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: #ac9b8b;
}
.color-2 {
color: #86715f;
}
.color-3 {
color: #797d2b;
}
.color-4 {
color: #605d2a;
}
.color-5 {
color: #5d524b;
}

/* CSS Variables */
:root {
--color-1: #ac9b8b;
--color-2: #86715f;
--color-3: #797d2b;
--color-4: #605d2a;
--color-5: #5d524b;
}

Whispers of Autumn Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ac9b8b, #86715f, #797d2b, #605d2a, #5d524b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ac9b8b, #86715f, #797d2b, #605d2a, #5d524b);
}

Whispers of Autumn Earth color palette created on .