Dark Autumn Brown Color Palette

Discover the beautiful Dark Autumn Brown color palette featuring black marlin (#3d2a1a), ironstone (#794a39), santa fe (#b66a49), old gold (#d8a73b) and mandys pink (#f1bfb1).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Dark Autumn Brown color palette CSS

/* CSS */
.color-1 {
color: #3d2a1a;
}
.color-2 {
color: #794a39;
}
.color-3 {
color: #b66a49;
}
.color-4 {
color: #d8a73b;
}
.color-5 {
color: #f1bfb1;
}

/* CSS Variables */
:root {
--color-1: #3d2a1a;
--color-2: #794a39;
--color-3: #b66a49;
--color-4: #d8a73b;
--color-5: #f1bfb1;
}

🌈 Dark Autumn Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d2a1a, #794a39, #b66a49, #d8a73b, #f1bfb1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d2a1a, #794a39, #b66a49, #d8a73b, #f1bfb1);
}

Dark Autumn Brown color palette created on .