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 PNG image

Download autumn harvest color palette PNG image (landscape)
Download autumn harvest color palette PNG image (square)

Autumn Harvest color palette CSS

/* CSS */
.color-1 {
color: #7a1a2a;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #d98a3a;
}
.color-4 {
color: #c68a4e;
}
.color-5 {
color: #e8b43b;
}

/* CSS Variables */
:root {
--color-1: #7a1a2a;
--color-2: #a85f2e;
--color-3: #d98a3a;
--color-4: #c68a4e;
--color-5: #e8b43b;
}

Autumn Harvest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a1a2a, #a85f2e, #d98a3a, #c68a4e, #e8b43b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a1a2a, #a85f2e, #d98a3a, #c68a4e, #e8b43b);
}

Autumn Harvest color palette created on .