Dark Red Color Palette

Discover the beautiful Dark Red color palette featuring woody brown (#4c2f2f), ferra (#704c4c), coral tree (#a86b6b), whiskey (#d39969) and ronchi (#f1c84b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Brown, Earthy, Orange, 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: #4c2f2f;
}
.color-2 {
color: #704c4c;
}
.color-3 {
color: #a86b6b;
}
.color-4 {
color: #d39969;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #4c2f2f;
--color-2: #704c4c;
--color-3: #a86b6b;
--color-4: #d39969;
--color-5: #f1c84b;
}

🌈 Dark Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c2f2f, #704c4c, #a86b6b, #d39969, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c2f2f, #704c4c, #a86b6b, #d39969, #f1c84b);
}

Dark Red color palette created on .