Shades of Brown Color Palette

Discover the beautiful Shades of Brown color palette featuring porsche (#e6b15c), di serria (#d39f4a), copper (#b57c3b), dallas (#7c5c27) and lisbon brown (#3e3f22).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Gold, Bright, Earthy, Fun 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 Shades of Brown palette

Share this palette to:

💻 Shades of Brown color palette CSS

/* CSS */
.color-1 {
color: #e6b15c;
}
.color-2 {
color: #d39f4a;
}
.color-3 {
color: #b57c3b;
}
.color-4 {
color: #7c5c27;
}
.color-5 {
color: #3e3f22;
}

/* CSS Variables */
:root {
--color-1: #e6b15c;
--color-2: #d39f4a;
--color-3: #b57c3b;
--color-4: #7c5c27;
--color-5: #3e3f22;
}

🌈 Shades of Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b15c, #d39f4a, #b57c3b, #7c5c27, #3e3f22);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b15c, #d39f4a, #b57c3b, #7c5c27, #3e3f22);
}

Shades of Brown color palette created on .