Brown Tones Color Palette

Discover the beautiful Brown Tones color palette featuring lisbon brown (#403820), judge gray (#5a4d3a), shadow (#79694e), indian khaki (#bfae8d) and raffia (#e8d7b0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Brown, Earthy, Neutral, 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 Brown Tones palette

Share this palette to:

💻 Brown Tones color palette CSS

/* CSS */
.color-1 {
color: #403820;
}
.color-2 {
color: #5a4d3a;
}
.color-3 {
color: #79694e;
}
.color-4 {
color: #bfae8d;
}
.color-5 {
color: #e8d7b0;
}

/* CSS Variables */
:root {
--color-1: #403820;
--color-2: #5a4d3a;
--color-3: #79694e;
--color-4: #bfae8d;
--color-5: #e8d7b0;
}

🌈 Brown Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #403820, #5a4d3a, #79694e, #bfae8d, #e8d7b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #403820, #5a4d3a, #79694e, #bfae8d, #e8d7b0);
}

Brown Tones color palette created on .