Dark Brown Color Palette

Discover the beautiful Dark Brown color palette featuring woody brown (#492c2f), tobacco brown (#6f4c3e), coral tree (#a66c5e), akaroa (#d5b7a4) and janna (#f3e1d3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with70s, Aesthetic, Earthy, Boho, Soft 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 palette

Share this palette to:

💻 Dark Brown color palette CSS

/* CSS */
.color-1 {
color: #492c2f;
}
.color-2 {
color: #6f4c3e;
}
.color-3 {
color: #a66c5e;
}
.color-4 {
color: #d5b7a4;
}
.color-5 {
color: #f3e1d3;
}

/* CSS Variables */
:root {
--color-1: #492c2f;
--color-2: #6f4c3e;
--color-3: #a66c5e;
--color-4: #d5b7a4;
--color-5: #f3e1d3;
}

🌈 Dark Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #492c2f, #6f4c3e, #a66c5e, #d5b7a4, #f3e1d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #492c2f, #6f4c3e, #a66c5e, #d5b7a4, #f3e1d3);
}

Dark Brown color palette created on .