Dark Brown Autumn Color Palette

Discover the beautiful Dark Brown Autumn color palette featuring judge gray (#4b3c2a), paarl (#a85f2e), di serria (#d89d4b), lily (#c9b0c2) and kumera (#895b29).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark Autumn, Earthy, Warm, Autumn, Brown 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 Dark Brown Autumn palette

Share this palette to:

💻 Dark Brown Autumn color palette CSS

/* CSS */
.color-1 {
color: #4b3c2a;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #d89d4b;
}
.color-4 {
color: #c9b0c2;
}
.color-5 {
color: #895b29;
}

/* CSS Variables */
:root {
--color-1: #4b3c2a;
--color-2: #a85f2e;
--color-3: #d89d4b;
--color-4: #c9b0c2;
--color-5: #895b29;
}

🌈 Dark Brown Autumn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3c2a, #a85f2e, #d89d4b, #c9b0c2, #895b29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3c2a, #a85f2e, #d89d4b, #c9b0c2, #895b29);
}

Dark Brown Autumn color palette created on .