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

Share this palette to:

๐Ÿ’ป 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);
}

Golden Harvest color palette created on .