Dark Red Autumn Color Palette

Discover the beautiful Dark Red Autumn color palette featuring congo brown (#5b3939), ferra (#7b4c4c), coral tree (#a86b6b), cameo (#ddc3a2) and tonys pink (#eaaf90).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark Autumn, Brown, Orange, Warm, Earthy 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 Autumn palette

Share this palette to:

💻 Dark Red Autumn color palette CSS

/* CSS */
.color-1 {
color: #5b3939;
}
.color-2 {
color: #7b4c4c;
}
.color-3 {
color: #a86b6b;
}
.color-4 {
color: #ddc3a2;
}
.color-5 {
color: #eaaf90;
}

/* CSS Variables */
:root {
--color-1: #5b3939;
--color-2: #7b4c4c;
--color-3: #a86b6b;
--color-4: #ddc3a2;
--color-5: #eaaf90;
}

🌈 Dark Red Autumn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3939, #7b4c4c, #a86b6b, #ddc3a2, #eaaf90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3939, #7b4c4c, #a86b6b, #ddc3a2, #eaaf90);
}

Dark Red Autumn color palette created on .