Autumn Woods Color Palette

Discover the beautiful Autumn Woods color palette featuring buccaneer (#6a2929), spicy mix (#866541), mondo (#4e3b31), akaroa (#d4c5a0) and hippie green (#4d7a4d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Brown, Dark, Earthy, Green, Muted, Neutral, Rustic, Vintage, Warm 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 Woods palette

Share this palette to:

💻 Autumn Woods color palette CSS

/* CSS */
.color-1 {
color: #6a2929;
}
.color-2 {
color: #866541;
}
.color-3 {
color: #4e3b31;
}
.color-4 {
color: #d4c5a0;
}
.color-5 {
color: #4d7a4d;
}

/* CSS Variables */
:root {
--color-1: #6a2929;
--color-2: #866541;
--color-3: #4e3b31;
--color-4: #d4c5a0;
--color-5: #4d7a4d;
}

🌈 Autumn Woods background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a2929, #866541, #4e3b31, #d4c5a0, #4d7a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a2929, #866541, #4e3b31, #d4c5a0, #4d7a4d);
}

Autumn Woods color palette created on .