Golden Harvest Color Palette
Discover the beautiful Golden Harvest color palette featuring saffron (#f4c32f), sandy brown (#f1a94b), porsche (#e7b15a), old gold (#d69f38) and brandy punch (#c57b26).
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: #f4c32f;
}
.color-2 {
color: #f1a94b;
}
.color-3 {
color: #e7b15a;
}
.color-4 {
color: #d69f38;
}
.color-5 {
color: #c57b26;
}
/* CSS Variables */
:root {
--color-1: #f4c32f;
--color-2: #f1a94b;
--color-3: #e7b15a;
--color-4: #d69f38;
--color-5: #c57b26;
} ๐ Golden Harvest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c32f, #f1a94b, #e7b15a, #d69f38, #c57b26);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c32f, #f1a94b, #e7b15a, #d69f38, #c57b26);
} ๐ Explore similar color palettes
Golden Harvest color palette created on .