Dark Red Autumn Color Palette

Discover the beautiful Dark Red Autumn color palette featuring sanguine brown (#8c3b3b), santa fe (#b76d4e), burning sand (#d99a78), cashmere (#e5c2a9) and almond (#f3e0d3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark Autumn, Earthy, Warm, Amber, Beige 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: #8c3b3b;
}
.color-2 {
color: #b76d4e;
}
.color-3 {
color: #d99a78;
}
.color-4 {
color: #e5c2a9;
}
.color-5 {
color: #f3e0d3;
}

/* CSS Variables */
:root {
--color-1: #8c3b3b;
--color-2: #b76d4e;
--color-3: #d99a78;
--color-4: #e5c2a9;
--color-5: #f3e0d3;
}

🌈 Dark Red Autumn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c3b3b, #b76d4e, #d99a78, #e5c2a9, #f3e0d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c3b3b, #b76d4e, #d99a78, #e5c2a9, #f3e0d3);
}

Dark Red Autumn color palette created on .