Aries Zodiac Red Color Palette

Discover the beautiful Aries Zodiac Red color palette featuring cardinal (#c21e29), persian red (#cf3a3a), sunglo (#e26a6a), wewak (#f6a2a2) and sundown (#ffb8b8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Cosmic, Fire, Fun, Red, Summer, Vibrant color palettes and combinations.

💡 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 Red palette

Share this palette to:

💻 Aries Zodiac Red color palette CSS

/* CSS */
.color-1 {
color: #c21e29;
}
.color-2 {
color: #cf3a3a;
}
.color-3 {
color: #e26a6a;
}
.color-4 {
color: #f6a2a2;
}
.color-5 {
color: #ffb8b8;
}

/* CSS Variables */
:root {
--color-1: #c21e29;
--color-2: #cf3a3a;
--color-3: #e26a6a;
--color-4: #f6a2a2;
--color-5: #ffb8b8;
}

🌈 Aries Zodiac Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c21e29, #cf3a3a, #e26a6a, #f6a2a2, #ffb8b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c21e29, #cf3a3a, #e26a6a, #f6a2a2, #ffb8b8);
}

Aries Zodiac Red color palette created on .