Aries Bold Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aries Bold palette
Color Inspiration
Images that showcase this color palette in real designs
Download Aries Bold Color Palette (PNG)
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);
}
Similar color palettes
Aries Bold color palette created on .