Autumn Red Color Palette
Discover the beautiful Autumn Red color palette featuring brown rust (#ad6343), copper (#b57a3b), mako (#434b51), tan (#d1a589) and chestnut (#bb5a54).
Brightness
Saturation
Warmth
๐ก 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 Autumn Red palette
๐ป Autumn Red color palette CSS
/* CSS */
.color-1 {
color: #ad6343;
}
.color-2 {
color: #b57a3b;
}
.color-3 {
color: #434b51;
}
.color-4 {
color: #d1a589;
}
.color-5 {
color: #bb5a54;
}
/* CSS Variables */
:root {
--color-1: #ad6343;
--color-2: #b57a3b;
--color-3: #434b51;
--color-4: #d1a589;
--color-5: #bb5a54;
} ๐ Autumn Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ad6343, #b57a3b, #434b51, #d1a589, #bb5a54);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ad6343, #b57a3b, #434b51, #d1a589, #bb5a54);
} ๐ Explore similar color palettes
Autumn Red color palette created on .