Warm Brown Color Palette

Discover the beautiful Warm Brown color palette featuring harvest gold (#e1af7a), copperfield (#d88a5a), fuzzy wuzzy brown (#c76b4d), mulberry (#c15c7e) and affair (#894ba0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Beach, Bright, Vibrant 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 Warm Brown palette

Share this palette to:

๐Ÿ’ป Warm Brown color palette CSS

/* CSS */
.color-1 {
color: #e1af7a;
}
.color-2 {
color: #d88a5a;
}
.color-3 {
color: #c76b4d;
}
.color-4 {
color: #c15c7e;
}
.color-5 {
color: #894ba0;
}

/* CSS Variables */
:root {
--color-1: #e1af7a;
--color-2: #d88a5a;
--color-3: #c76b4d;
--color-4: #c15c7e;
--color-5: #894ba0;
}

๐ŸŒˆ Warm Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1af7a, #d88a5a, #c76b4d, #c15c7e, #894ba0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1af7a, #d88a5a, #c76b4d, #c15c7e, #894ba0);
}

Warm Brown color palette created on .