Shades of Brown Color Palette
Discover the beautiful Shades of Brown color palette featuring double spanish white (#e9d9c3), rodeo dust (#cabaa0), dusty gray (#a68c8e), strikemaster (#8c5f75) and mulled wine (#6b496e).
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: #e9d9c3;
}
.color-2 {
color: #cabaa0;
}
.color-3 {
color: #a68c8e;
}
.color-4 {
color: #8c5f75;
}
.color-5 {
color: #6b496e;
}
/* CSS Variables */
:root {
--color-1: #e9d9c3;
--color-2: #cabaa0;
--color-3: #a68c8e;
--color-4: #8c5f75;
--color-5: #6b496e;
}
🌈 Shades of Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9d9c3, #cabaa0, #a68c8e, #8c5f75, #6b496e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9d9c3, #cabaa0, #a68c8e, #8c5f75, #6b496e);
}
🔗 Explore similar color palettes
Shades of Brown color palette created on .