Discover the beautiful Golden Harvest color palette featuring turmeric (#d2c24b), husk (#b1a74e), sycamore (#a48f3d), paarl (#a6662b) and red damask (#d66f2e).
Golden Harvest 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 Golden Harvest palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Golden Harvest palette
๐ป Golden Harvest color palette CSS
/* CSS */
.color-1 {
color: #d2c24b;
}
.color-2 {
color: #b1a74e;
}
.color-3 {
color: #a48f3d;
}
.color-4 {
color: #a6662b;
}
.color-5 {
color: #d66f2e;
}
/* CSS Variables */
:root {
--color-1: #d2c24b;
--color-2: #b1a74e;
--color-3: #a48f3d;
--color-4: #a6662b;
--color-5: #d66f2e;
}
๐ Golden Harvest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c24b, #b1a74e, #a48f3d, #a6662b, #d66f2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c24b, #b1a74e, #a48f3d, #a6662b, #d66f2e);
}
๐ Explore similar color palettes
Golden Harvest color palette created on .