Autumn Orange Color Palette
Discover the beautiful Autumn Orange color palette featuring flame pea (#d86c31), tuscany (#ca5b2b), paarl (#a44b28), nutmeg (#7c3c27) and saddle (#4c2e24).
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: #d86c31;
}
.color-2 {
color: #ca5b2b;
}
.color-3 {
color: #a44b28;
}
.color-4 {
color: #7c3c27;
}
.color-5 {
color: #4c2e24;
}
/* CSS Variables */
:root {
--color-1: #d86c31;
--color-2: #ca5b2b;
--color-3: #a44b28;
--color-4: #7c3c27;
--color-5: #4c2e24;
} 🌈 Autumn Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d86c31, #ca5b2b, #a44b28, #7c3c27, #4c2e24);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d86c31, #ca5b2b, #a44b28, #7c3c27, #4c2e24);
} 🔗 Explore similar color palettes
Autumn Orange color palette created on .