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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Earthy Browns color palette created on .