Golden Harvest Hues Color Palette

Discover the beautiful Golden Harvest Hues color palette featuring goldenrod (#f9d86c), casablanca (#f4b74e), jaffa (#f18d3b), flamingo (#eb5d2d) and tuscany (#c84c2d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLight Summer, Bright Autumn, Yellow, Orange, Red 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

Share this palette to:

💻 Golden Harvest Hues color palette CSS

/* CSS */
.color-1 {
color: #f9d86c;
}
.color-2 {
color: #f4b74e;
}
.color-3 {
color: #f18d3b;
}
.color-4 {
color: #eb5d2d;
}
.color-5 {
color: #c84c2d;
}

/* CSS Variables */
:root {
--color-1: #f9d86c;
--color-2: #f4b74e;
--color-3: #f18d3b;
--color-4: #eb5d2d;
--color-5: #c84c2d;
}

🌈 Golden Harvest Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d86c, #f4b74e, #f18d3b, #eb5d2d, #c84c2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d86c, #f4b74e, #f18d3b, #eb5d2d, #c84c2d);
}

Golden Harvest Hues color palette created on .