Autumn Orange Color Palette
Discover the beautiful Autumn Orange color palette featuring paarl (#a45a28), old gold (#d69b3d), cherokee (#f9c78b), sandwisp (#f5e29e) and anzac (#e6b156).
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: #a45a28;
}
.color-2 {
color: #d69b3d;
}
.color-3 {
color: #f9c78b;
}
.color-4 {
color: #f5e29e;
}
.color-5 {
color: #e6b156;
}
/* CSS Variables */
:root {
--color-1: #a45a28;
--color-2: #d69b3d;
--color-3: #f9c78b;
--color-4: #f5e29e;
--color-5: #e6b156;
}
🌈 Autumn Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a45a28, #d69b3d, #f9c78b, #f5e29e, #e6b156);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a45a28, #d69b3d, #f9c78b, #f5e29e, #e6b156);
}
🔗 Explore similar color palettes
Autumn Orange color palette created on .