Autumn Orange Color Palette
Discover the beautiful Autumn Orange color palette featuring mojo (#c65c39), whiskey (#d9a76d), cape palliser (#a87c3e), tan (#c6a47b) and equator (#e1b06b).
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: #c65c39;
}
.color-2 {
color: #d9a76d;
}
.color-3 {
color: #a87c3e;
}
.color-4 {
color: #c6a47b;
}
.color-5 {
color: #e1b06b;
}
/* CSS Variables */
:root {
--color-1: #c65c39;
--color-2: #d9a76d;
--color-3: #a87c3e;
--color-4: #c6a47b;
--color-5: #e1b06b;
} 🌈 Autumn Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c65c39, #d9a76d, #a87c3e, #c6a47b, #e1b06b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c65c39, #d9a76d, #a87c3e, #c6a47b, #e1b06b);
} 🔗 Explore similar color palettes
Autumn Orange color palette created on .