Golden Harvest Hues Color Palette
Discover the beautiful Golden Harvest Hues color palette featuring pancho (#ead09f), straw (#d4ba8c), indian khaki (#c2a980), sundance (#cda265) and barley corn (#aa8f64).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withMinimalist, Boho, Autumn, Vintage 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
UI Examples
Explore beautiful UI components with Golden Harvest Hues palette
Image Gallery

💻 Golden Harvest Hues color palette CSS
/* CSS */
.color-1 {
color: #ead09f;
}
.color-2 {
color: #d4ba8c;
}
.color-3 {
color: #c2a980;
}
.color-4 {
color: #cda265;
}
.color-5 {
color: #aa8f64;
}
/* CSS Variables */
:root {
--color-1: #ead09f;
--color-2: #d4ba8c;
--color-3: #c2a980;
--color-4: #cda265;
--color-5: #aa8f64;
}
🌈 Golden Harvest Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ead09f, #d4ba8c, #c2a980, #cda265, #aa8f64);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ead09f, #d4ba8c, #c2a980, #cda265, #aa8f64);
}
🔗 Explore similar color palettes
Golden Harvest Hues color palette created on .