Dark Red Color Palette

Discover the beautiful Dark Red color palette featuring persian plum (#691b2c), solid pink (#8d3a4c), tapestry (#b15979), can can (#d99b9d) and we peep (#f5d6d9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Burgundy, Pink, Soft, Bright 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: #691b2c;
}
.color-2 {
color: #8d3a4c;
}
.color-3 {
color: #b15979;
}
.color-4 {
color: #d99b9d;
}
.color-5 {
color: #f5d6d9;
}

/* CSS Variables */
:root {
--color-1: #691b2c;
--color-2: #8d3a4c;
--color-3: #b15979;
--color-4: #d99b9d;
--color-5: #f5d6d9;
}

🌈 Dark Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #691b2c, #8d3a4c, #b15979, #d99b9d, #f5d6d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #691b2c, #8d3a4c, #b15979, #d99b9d, #f5d6d9);
}

Dark Red color palette created on .