Shades of Brown Color Palette
Discover the beautiful Shades of Brown color palette featuring wheat (#f4e2b3), harvest gold (#e4b77c), di serria (#d6a15c), copper (#c1703e) and nutmeg (#7a4a2a).
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 Shades of Brown palette
๐ป Shades of Brown color palette CSS
/* CSS */
.color-1 {
color: #f4e2b3;
}
.color-2 {
color: #e4b77c;
}
.color-3 {
color: #d6a15c;
}
.color-4 {
color: #c1703e;
}
.color-5 {
color: #7a4a2a;
}
/* CSS Variables */
:root {
--color-1: #f4e2b3;
--color-2: #e4b77c;
--color-3: #d6a15c;
--color-4: #c1703e;
--color-5: #7a4a2a;
} ๐ Shades of Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e2b3, #e4b77c, #d6a15c, #c1703e, #7a4a2a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e2b3, #e4b77c, #d6a15c, #c1703e, #7a4a2a);
} ๐ Explore similar color palettes
Shades of Brown color palette created on .