Dark Red Shades Color Palette

Discover the beautiful Dark Red Shades color palette featuring falu red (#7f1a1a), stiletto (#a03b3b), fuzzy wuzzy brown (#c55e5e), deep blush (#e77e7e) and wewak (#f4a4a4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Warm, Bright, Aesthetic, Autumn 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 Dark Red Shades palette

Share this palette to:

💻 Dark Red Shades color palette CSS

/* CSS */
.color-1 {
color: #7f1a1a;
}
.color-2 {
color: #a03b3b;
}
.color-3 {
color: #c55e5e;
}
.color-4 {
color: #e77e7e;
}
.color-5 {
color: #f4a4a4;
}

/* CSS Variables */
:root {
--color-1: #7f1a1a;
--color-2: #a03b3b;
--color-3: #c55e5e;
--color-4: #e77e7e;
--color-5: #f4a4a4;
}

🌈 Dark Red Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7f1a1a, #a03b3b, #c55e5e, #e77e7e, #f4a4a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7f1a1a, #a03b3b, #c55e5e, #e77e7e, #f4a4a4);
}

Dark Red Shades color palette created on .