Shades of Red Color Palette

Discover the beautiful Shades of Red color palette featuring falu red (#891a1a), punch (#d82c2c), carnation (#f25a5a), vivid tangerine (#ff8a8a) and cosmos (#ffd1d1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, 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 Shades of Red palette

Share this palette to:

💻 Shades of Red color palette CSS

/* CSS */
.color-1 {
color: #891a1a;
}
.color-2 {
color: #d82c2c;
}
.color-3 {
color: #f25a5a;
}
.color-4 {
color: #ff8a8a;
}
.color-5 {
color: #ffd1d1;
}

/* CSS Variables */
:root {
--color-1: #891a1a;
--color-2: #d82c2c;
--color-3: #f25a5a;
--color-4: #ff8a8a;
--color-5: #ffd1d1;
}

🌈 Shades of Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #891a1a, #d82c2c, #f25a5a, #ff8a8a, #ffd1d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #891a1a, #d82c2c, #f25a5a, #ff8a8a, #ffd1d1);
}

Shades of Red color palette created on .