Golden Harvest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Harvest palette
Golden Harvest color palette CSS
/* CSS */
.color-1 {
color: #e0c78f;
}
.color-2 {
color: #d4b75e;
}
.color-3 {
color: #bf9e3b;
}
.color-4 {
color: #a88b29;
}
.color-5 {
color: #896b1f;
}
/* CSS Variables */
:root {
--color-1: #e0c78f;
--color-2: #d4b75e;
--color-3: #bf9e3b;
--color-4: #a88b29;
--color-5: #896b1f;
}
Golden Harvest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0c78f, #d4b75e, #bf9e3b, #a88b29, #896b1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0c78f, #d4b75e, #bf9e3b, #a88b29, #896b1f);
}
Similar color palettes
Golden Harvest color palette created on .