Warm Autumn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Autumn palette

Share this palette to:

Warm Autumn color palette CSS

/* CSS */
.color-1 {
color: #e6b54c;
}
.color-2 {
color: #c18f4e;
}
.color-3 {
color: #7a6e4d;
}
.color-4 {
color: #b6c9ba;
}
.color-5 {
color: #f2e1b5;
}

/* CSS Variables */
:root {
--color-1: #e6b54c;
--color-2: #c18f4e;
--color-3: #7a6e4d;
--color-4: #b6c9ba;
--color-5: #f2e1b5;
}

Warm Autumn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b54c, #c18f4e, #7a6e4d, #b6c9ba, #f2e1b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b54c, #c18f4e, #7a6e4d, #b6c9ba, #f2e1b5);
}

Warm Autumn color palette created on .