Golden Harvest Color Palette

Discover the beautiful Golden Harvest color palette featuring tangerine (#f09000), saffron (#f6b83c), sweet corn (#f9d780), sidecar (#f2e1b5) and corn (#e6b400).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Bright, Orange, Sun, Summer 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 palette

Share this palette to:

๐Ÿ’ป Golden Harvest color palette CSS

/* CSS */
.color-1 {
color: #f09000;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f9d780;
}
.color-4 {
color: #f2e1b5;
}
.color-5 {
color: #e6b400;
}

/* CSS Variables */
:root {
--color-1: #f09000;
--color-2: #f6b83c;
--color-3: #f9d780;
--color-4: #f2e1b5;
--color-5: #e6b400;
}

๐ŸŒˆ Golden Harvest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f09000, #f6b83c, #f9d780, #f2e1b5, #e6b400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f09000, #f6b83c, #f9d780, #f2e1b5, #e6b400);
}

Golden Harvest color palette created on .