Bronze Shades Color Palette
Discover the beautiful Bronze Shades color palette featuring roman coffee (#7d6151), donkey brown (#a58b73), mongoose (#b69f7f), rodeo dust (#c9b499) and akaroa (#d9c8b7).
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 Bronze Shades palette
💻 Bronze Shades color palette CSS
/* CSS */
.color-1 {
color: #7d6151;
}
.color-2 {
color: #a58b73;
}
.color-3 {
color: #b69f7f;
}
.color-4 {
color: #c9b499;
}
.color-5 {
color: #d9c8b7;
}
/* CSS Variables */
:root {
--color-1: #7d6151;
--color-2: #a58b73;
--color-3: #b69f7f;
--color-4: #c9b499;
--color-5: #d9c8b7;
} 🌈 Bronze Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d6151, #a58b73, #b69f7f, #c9b499, #d9c8b7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d6151, #a58b73, #b69f7f, #c9b499, #d9c8b7);
} 🔗 Explore similar color palettes
Bronze Shades color palette created on .