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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Golden Harvest color palette created on .