Spiced Autumn Harvest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Spiced Autumn Harvest palette

Share this palette to:

Spiced Autumn Harvest color palette CSS

/* CSS */
.color-1 {
color: #81432c;
}
.color-2 {
color: #a45a3d;
}
.color-3 {
color: #c69a5d;
}
.color-4 {
color: #e2b05a;
}
.color-5 {
color: #f3e7a0;
}

/* CSS Variables */
:root {
--color-1: #81432c;
--color-2: #a45a3d;
--color-3: #c69a5d;
--color-4: #e2b05a;
--color-5: #f3e7a0;
}

Spiced Autumn Harvest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #81432c, #a45a3d, #c69a5d, #e2b05a, #f3e7a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #81432c, #a45a3d, #c69a5d, #e2b05a, #f3e7a0);
}

Spiced Autumn Harvest color palette created on .