Autumn Glow Color Palette
Discover the beautiful Autumn Glow color palette featuring tobacco brown (#6d4e3c), beaver (#8f6e5b), mongoose (#b9a78d), akaroa (#d3c5a7) and pot pourri (#f0e0d6).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withDark Autumn, Earthy, Brown, Amber, 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 Autumn Glow palette
💻 Autumn Glow color palette CSS
/* CSS */
.color-1 {
color: #6d4e3c;
}
.color-2 {
color: #8f6e5b;
}
.color-3 {
color: #b9a78d;
}
.color-4 {
color: #d3c5a7;
}
.color-5 {
color: #f0e0d6;
}
/* CSS Variables */
:root {
--color-1: #6d4e3c;
--color-2: #8f6e5b;
--color-3: #b9a78d;
--color-4: #d3c5a7;
--color-5: #f0e0d6;
}
🌈 Autumn Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d4e3c, #8f6e5b, #b9a78d, #d3c5a7, #f0e0d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d4e3c, #8f6e5b, #b9a78d, #d3c5a7, #f0e0d6);
}
🔗 Explore similar color palettes
Autumn Glow color palette created on .