Acorn Harvest Color Palette
Discover the beautiful Acorn Harvest color palette featuring paarl (#a65a2b), brandy punch (#c58930), anzac (#e6b84c), marzipan (#f8d88b) and norway (#a3c09b).
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 Acorn Harvest palette
💻 Acorn Harvest color palette CSS
/* CSS */
.color-1 {
color: #a65a2b;
}
.color-2 {
color: #c58930;
}
.color-3 {
color: #e6b84c;
}
.color-4 {
color: #f8d88b;
}
.color-5 {
color: #a3c09b;
}
/* CSS Variables */
:root {
--color-1: #a65a2b;
--color-2: #c58930;
--color-3: #e6b84c;
--color-4: #f8d88b;
--color-5: #a3c09b;
} 🌈 Acorn Harvest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a65a2b, #c58930, #e6b84c, #f8d88b, #a3c09b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a65a2b, #c58930, #e6b84c, #f8d88b, #a3c09b);
} 🔗 Explore similar color palettes
Acorn Harvest color palette created on .