Autumn Harvest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn Harvest palette

Share this palette to:

Autumn Harvest color palette CSS

/* CSS */
.color-1 {
color: #f9f5f1;
}
.color-2 {
color: #d9bd59;
}
.color-3 {
color: #e86b4f;
}
.color-4 {
color: #a85e3e;
}
.color-5 {
color: #4a3b30;
}

/* CSS Variables */
:root {
--color-1: #f9f5f1;
--color-2: #d9bd59;
--color-3: #e86b4f;
--color-4: #a85e3e;
--color-5: #4a3b30;
}

Autumn Harvest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9f5f1, #d9bd59, #e86b4f, #a85e3e, #4a3b30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9f5f1, #d9bd59, #e86b4f, #a85e3e, #4a3b30);
}

Autumn Harvest color palette created on .