Aries Zodiac Color Palette
Discover the beautiful Aries Zodiac color palette featuring alizarin crimson (#d62b1f), flamingo (#f15a22), sea buckthorn (#f9b134), sidecar (#f4e9c2) and regent st blue (#a3c7e0).
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 Zodiac palette
💻 Aries Zodiac color palette CSS
/* CSS */
.color-1 {
color: #d62b1f;
}
.color-2 {
color: #f15a22;
}
.color-3 {
color: #f9b134;
}
.color-4 {
color: #f4e9c2;
}
.color-5 {
color: #a3c7e0;
}
/* CSS Variables */
:root {
--color-1: #d62b1f;
--color-2: #f15a22;
--color-3: #f9b134;
--color-4: #f4e9c2;
--color-5: #a3c7e0;
} 🌈 Aries Zodiac background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d62b1f, #f15a22, #f9b134, #f4e9c2, #a3c7e0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d62b1f, #f15a22, #f9b134, #f4e9c2, #a3c7e0);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Aries Zodiac color palette created on .