Earthy Browns Color Palette

Discover the beautiful Earthy Browns color palette featuring pickled bean (#7b4924), paarl (#a85f2e), tussock (#c8893c), harvest gold (#e1b37a) and wheat (#f4d3b4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Beige, Brown, Caramel, Cream, Earthy, Tan, 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 Earthy Browns palette

Share this palette to:

๐Ÿ’ป Earthy Browns color palette CSS

/* CSS */
.color-1 {
color: #7b4924;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #c8893c;
}
.color-4 {
color: #e1b37a;
}
.color-5 {
color: #f4d3b4;
}

/* CSS Variables */
:root {
--color-1: #7b4924;
--color-2: #a85f2e;
--color-3: #c8893c;
--color-4: #e1b37a;
--color-5: #f4d3b4;
}

๐ŸŒˆ Earthy Browns background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b4924, #a85f2e, #c8893c, #e1b37a, #f4d3b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b4924, #a85f2e, #c8893c, #e1b37a, #f4d3b4);
}

Earthy Browns color palette created on .