Discover the beautiful Shades of Brown color palette featuring makara (#8c7c6e), thatch (#c1a79f), rose fog (#e3c4b0), wheat (#f3d8af) and cashmere (#e8bea1).
Shades of Brown Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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
Explore how the Shades of Brown palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Shades of Brown palette
💻 Shades of Brown color palette CSS
/* CSS */
.color-1 {
color: #8c7c6e;
}
.color-2 {
color: #c1a79f;
}
.color-3 {
color: #e3c4b0;
}
.color-4 {
color: #f3d8af;
}
.color-5 {
color: #e8bea1;
}
/* CSS Variables */
:root {
--color-1: #8c7c6e;
--color-2: #c1a79f;
--color-3: #e3c4b0;
--color-4: #f3d8af;
--color-5: #e8bea1;
}
🌈 Shades of Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c7c6e, #c1a79f, #e3c4b0, #f3d8af, #e8bea1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c7c6e, #c1a79f, #e3c4b0, #f3d8af, #e8bea1);
}
🔗 Explore similar color palettes
Shades of Brown color palette created on .