Dark Red Color Palette

Discover the beautiful Dark Red color palette featuring buccaneer (#5e2b30), solid pink (#89393c), matrix (#b65f5d), petite orchid (#d89b8d) and mandys pink (#f4c2b3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with dark, elegant, red, vintage, warm 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: #5e2b30;
}
.color-2 {
color: #89393c;
}
.color-3 {
color: #b65f5d;
}
.color-4 {
color: #d89b8d;
}
.color-5 {
color: #f4c2b3;
}

/* CSS Variables */
:root {
--color-1: #5e2b30;
--color-2: #89393c;
--color-3: #b65f5d;
--color-4: #d89b8d;
--color-5: #f4c2b3;
}

🌈 Dark Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e2b30, #89393c, #b65f5d, #d89b8d, #f4c2b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e2b30, #89393c, #b65f5d, #d89b8d, #f4c2b3);
}

Dark Red color palette created on .