Golden Harvest Hues Color Palette
Discover the beautiful Golden Harvest Hues color palette featuring bright sun (#ffd942), tulip tree (#e6b93d), marigold (#c29b2e), luxor gold (#a78a2a) and kumera (#8e7c25).
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
UI Examples
Explore beautiful UI components with Golden Harvest Hues palette
💻 Golden Harvest Hues color palette CSS
/* CSS */
.color-1 {
color: #ffd942;
}
.color-2 {
color: #e6b93d;
}
.color-3 {
color: #c29b2e;
}
.color-4 {
color: #a78a2a;
}
.color-5 {
color: #8e7c25;
}
/* CSS Variables */
:root {
--color-1: #ffd942;
--color-2: #e6b93d;
--color-3: #c29b2e;
--color-4: #a78a2a;
--color-5: #8e7c25;
} 🌈 Golden Harvest Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd942, #e6b93d, #c29b2e, #a78a2a, #8e7c25);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd942, #e6b93d, #c29b2e, #a78a2a, #8e7c25);
} Golden Harvest Hues color palette created on .