Autumn Harvest Color Palette

Discover the beautiful Autumn Harvest color palette featuring saffron (#f4cf3e), anzac (#d89c3b), fuzzy wuzzy brown (#c46d4a), brown rust (#a9613d) and potters clay (#8f5c3d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Brown, Earthy, Orange, Yellow color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Autumn Harvest palette

Share this palette to:

💻 Autumn Harvest color palette CSS

/* CSS */
.color-1 {
color: #f4cf3e;
}
.color-2 {
color: #d89c3b;
}
.color-3 {
color: #c46d4a;
}
.color-4 {
color: #a9613d;
}
.color-5 {
color: #8f5c3d;
}

/* CSS Variables */
:root {
--color-1: #f4cf3e;
--color-2: #d89c3b;
--color-3: #c46d4a;
--color-4: #a9613d;
--color-5: #8f5c3d;
}

🌈 Autumn Harvest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4cf3e, #d89c3b, #c46d4a, #a9613d, #8f5c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4cf3e, #d89c3b, #c46d4a, #a9613d, #8f5c3d);
}

Autumn Harvest color palette created on .