Dark Red Color Palette

Discover the beautiful Dark Red color palette featuring coffee bean (#2c0c0e), dark tan (#6c0e13), roof terracotta (#a61c23), fuzzy wuzzy brown (#c84c50) and wewak (#f4a6a4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Dark, Red, Vibrant, 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: #2c0c0e;
}
.color-2 {
color: #6c0e13;
}
.color-3 {
color: #a61c23;
}
.color-4 {
color: #c84c50;
}
.color-5 {
color: #f4a6a4;
}

/* CSS Variables */
:root {
--color-1: #2c0c0e;
--color-2: #6c0e13;
--color-3: #a61c23;
--color-4: #c84c50;
--color-5: #f4a6a4;
}

🌈 Dark Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c0c0e, #6c0e13, #a61c23, #c84c50, #f4a6a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c0c0e, #6c0e13, #a61c23, #c84c50, #f4a6a4);
}

Dark Red color palette created on .