Whispers of Autumn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Autumn palette

Share this palette to:

Whispers of Autumn color palette CSS

/* CSS */
.color-1 {
color: #fafafa;
}
.color-2 {
color: #d0d2d2;
}
.color-3 {
color: #b6aaa5;
}
.color-4 {
color: #9d957b;
}
.color-5 {
color: #b65e3e;
}

/* CSS Variables */
:root {
--color-1: #fafafa;
--color-2: #d0d2d2;
--color-3: #b6aaa5;
--color-4: #9d957b;
--color-5: #b65e3e;
}

Whispers of Autumn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fafafa, #d0d2d2, #b6aaa5, #9d957b, #b65e3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fafafa, #d0d2d2, #b6aaa5, #9d957b, #b65e3e);
}

Whispers of Autumn color palette created on .