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 janna (#f3e0d2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Beige, Dark Autumn, Earthy, 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 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: #f3e0d2;
}

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

๐ŸŒˆ Dark Red Autumn background gradient CSS

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

Dark Red Autumn color palette created on .