Dark Red Color Palette

Discover the beautiful Dark Red color palette featuring woody brown (#3a2c2e), ferra (#6a4d50), matrix (#a95b62), my pink (#d68a8e) and shilo (#e7b1b3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Gore, Pink, Red 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 palette

Share this palette to:

💻 Dark Red color palette CSS

/* CSS */
.color-1 {
color: #3a2c2e;
}
.color-2 {
color: #6a4d50;
}
.color-3 {
color: #a95b62;
}
.color-4 {
color: #d68a8e;
}
.color-5 {
color: #e7b1b3;
}

/* CSS Variables */
:root {
--color-1: #3a2c2e;
--color-2: #6a4d50;
--color-3: #a95b62;
--color-4: #d68a8e;
--color-5: #e7b1b3;
}

🌈 Dark Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a2c2e, #6a4d50, #a95b62, #d68a8e, #e7b1b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a2c2e, #6a4d50, #a95b62, #d68a8e, #e7b1b3);
}

Dark Red color palette created on .