Autumn Orange Color Palette
Discover the beautiful Autumn Orange color palette featuring brandy punch (#da7c2b), brandy punch (#c5802b), copper (#a67b3a), potters clay (#8c6a3b) and yellow metal (#6e5a3a).
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 Orange palette
💻 Autumn Orange color palette CSS
/* CSS */
.color-1 {
color: #da7c2b;
}
.color-2 {
color: #c5802b;
}
.color-3 {
color: #a67b3a;
}
.color-4 {
color: #8c6a3b;
}
.color-5 {
color: #6e5a3a;
}
/* CSS Variables */
:root {
--color-1: #da7c2b;
--color-2: #c5802b;
--color-3: #a67b3a;
--color-4: #8c6a3b;
--color-5: #6e5a3a;
} 🌈 Autumn Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #da7c2b, #c5802b, #a67b3a, #8c6a3b, #6e5a3a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #da7c2b, #c5802b, #a67b3a, #8c6a3b, #6e5a3a);
} 🔗 Explore similar color palettes
Autumn Orange color palette created on .