Aries Bold Color Palette
Discover the beautiful Aries Bold color palette featuring tall poppy (#c62a2a), apple blossom (#a93d3d), persian plum (#6d1c1c), sundance (#c7aa5c) and tundora (#4a4a4a).
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 Aries Bold palette
💻 Aries Bold color palette CSS
/* CSS */
.color-1 {
color: #c62a2a;
}
.color-2 {
color: #a93d3d;
}
.color-3 {
color: #6d1c1c;
}
.color-4 {
color: #c7aa5c;
}
.color-5 {
color: #4a4a4a;
}
/* CSS Variables */
:root {
--color-1: #c62a2a;
--color-2: #a93d3d;
--color-3: #6d1c1c;
--color-4: #c7aa5c;
--color-5: #4a4a4a;
}
🌈 Aries Bold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c62a2a, #a93d3d, #6d1c1c, #c7aa5c, #4a4a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c62a2a, #a93d3d, #6d1c1c, #c7aa5c, #4a4a4a);
}
🔗 Explore similar color palettes
Aries Bold color palette created on .