Autumn Orange Color Palette
Discover the beautiful Autumn Orange color palette featuring raw sienna (#c97b3b), old gold (#d6a84c), equator (#e4c26c), tuscany (#b85a2e) and pickled bean (#6f3c25).
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: #c97b3b;
}
.color-2 {
color: #d6a84c;
}
.color-3 {
color: #e4c26c;
}
.color-4 {
color: #b85a2e;
}
.color-5 {
color: #6f3c25;
}
/* CSS Variables */
:root {
--color-1: #c97b3b;
--color-2: #d6a84c;
--color-3: #e4c26c;
--color-4: #b85a2e;
--color-5: #6f3c25;
}
🌈 Autumn Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c97b3b, #d6a84c, #e4c26c, #b85a2e, #6f3c25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c97b3b, #d6a84c, #e4c26c, #b85a2e, #6f3c25);
}
🔗 Explore similar color palettes
Autumn Orange color palette created on .