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: #f5deb2;
}
.color-2 {
color: #e9b76d;
}
.color-3 {
color: #d89b4b;
}
.color-4 {
color: #c07d2a;
}
.color-5 {
color: #a96a1e;
}
/* CSS Variables */
:root {
--color-1: #f5deb2;
--color-2: #e9b76d;
--color-3: #d89b4b;
--color-4: #c07d2a;
--color-5: #a96a1e;
}
Golden Harvest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5deb2, #e9b76d, #d89b4b, #c07d2a, #a96a1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5deb2, #e9b76d, #d89b4b, #c07d2a, #a96a1e);
}
Similar color palettes
Golden Harvest color palette created on .