Shades of Red Color Palette

Discover the beautiful Shades of Red color palette featuring siren (#7e013e), stiletto (#9d2a47), cadillac (#b55a6a), careys pink (#d1999f) and mandys pink (#f5c2c2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBurgundy, Pink, Bright, Fun, Aesthetic 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 Shades of Red palette

Share this palette to:

💻 Shades of Red color palette CSS

/* CSS */
.color-1 {
color: #7e013e;
}
.color-2 {
color: #9d2a47;
}
.color-3 {
color: #b55a6a;
}
.color-4 {
color: #d1999f;
}
.color-5 {
color: #f5c2c2;
}

/* CSS Variables */
:root {
--color-1: #7e013e;
--color-2: #9d2a47;
--color-3: #b55a6a;
--color-4: #d1999f;
--color-5: #f5c2c2;
}

🌈 Shades of Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e013e, #9d2a47, #b55a6a, #d1999f, #f5c2c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e013e, #9d2a47, #b55a6a, #d1999f, #f5c2c2);
}

Shades of Red color palette created on .