Bronze Warriors Color Palette
Discover the beautiful Bronze Warriors color palette featuring shadow (#8c6c4f), twine (#c5986d), brandy (#dab98b), brandy (#e0c2a3) and sidecar (#f1e1b1).
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 Warriors palette
💻 Bronze Warriors color palette CSS
/* CSS */
.color-1 {
color: #8c6c4f;
}
.color-2 {
color: #c5986d;
}
.color-3 {
color: #dab98b;
}
.color-4 {
color: #e0c2a3;
}
.color-5 {
color: #f1e1b1;
}
/* CSS Variables */
:root {
--color-1: #8c6c4f;
--color-2: #c5986d;
--color-3: #dab98b;
--color-4: #e0c2a3;
--color-5: #f1e1b1;
} 🌈 Bronze Warriors background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c6c4f, #c5986d, #dab98b, #e0c2a3, #f1e1b1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c6c4f, #c5986d, #dab98b, #e0c2a3, #f1e1b1);
} 🔗 Explore similar color palettes
Bronze Warriors color palette created on .