Discover the beautiful Insecta Autumn color palette featuring anzac (#d9a44a), cape palliser (#a37a3e), dallas (#7b5b2d), saddle (#503d26) and zeus (#2f2a1e).
Insecta Autumn Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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
Explore how the Insecta Autumn palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Insecta Autumn palette
💻 Insecta Autumn color palette CSS
/* CSS */
.color-1 {
color: #d9a44a;
}
.color-2 {
color: #a37a3e;
}
.color-3 {
color: #7b5b2d;
}
.color-4 {
color: #503d26;
}
.color-5 {
color: #2f2a1e;
}
/* CSS Variables */
:root {
--color-1: #d9a44a;
--color-2: #a37a3e;
--color-3: #7b5b2d;
--color-4: #503d26;
--color-5: #2f2a1e;
}
🌈 Insecta Autumn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9a44a, #a37a3e, #7b5b2d, #503d26, #2f2a1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9a44a, #a37a3e, #7b5b2d, #503d26, #2f2a1e);
}
🔗 Explore similar color palettes
Insecta Autumn color palette created on .