Maroon Ares Color Palette
Discover the beautiful Maroon Ares color palette featuring cowboy (#4c2c2a), buccaneer (#6d3d3b), copper rust (#a44c4d), new york pink (#d27070) and mandys pink (#f2baba).
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 Maroon Ares palette
💻 Maroon Ares color palette CSS
/* CSS */
.color-1 {
color: #4c2c2a;
}
.color-2 {
color: #6d3d3b;
}
.color-3 {
color: #a44c4d;
}
.color-4 {
color: #d27070;
}
.color-5 {
color: #f2baba;
}
/* CSS Variables */
:root {
--color-1: #4c2c2a;
--color-2: #6d3d3b;
--color-3: #a44c4d;
--color-4: #d27070;
--color-5: #f2baba;
} 🌈 Maroon Ares background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c2c2a, #6d3d3b, #a44c4d, #d27070, #f2baba);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c2c2a, #6d3d3b, #a44c4d, #d27070, #f2baba);
} 🔗 Explore similar color palettes
Maroon Ares color palette created on .