Autumn Glow Color Palette
Discover the beautiful Autumn Glow color palette featuring paarl (#a85f2e), raw sienna (#d88a3b), mandys pink (#f1c4a2), potters clay (#895a39) and metallic bronze (#4e2c1d).
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 Glow palette
💻 Autumn Glow color palette CSS
/* CSS */
.color-1 {
color: #a85f2e;
}
.color-2 {
color: #d88a3b;
}
.color-3 {
color: #f1c4a2;
}
.color-4 {
color: #895a39;
}
.color-5 {
color: #4e2c1d;
}
/* CSS Variables */
:root {
--color-1: #a85f2e;
--color-2: #d88a3b;
--color-3: #f1c4a2;
--color-4: #895a39;
--color-5: #4e2c1d;
} 🌈 Autumn Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a85f2e, #d88a3b, #f1c4a2, #895a39, #4e2c1d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a85f2e, #d88a3b, #f1c4a2, #895a39, #4e2c1d);
} 🔗 Explore similar color palettes
Autumn Glow color palette created on .