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