Golden Harvest Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Harvest Hues palette
Golden Harvest Hues color palette CSS
/* CSS */
.color-1 {
color: #ebd598;
}
.color-2 {
color: #d0b562;
}
.color-3 {
color: #e0a82e;
}
.color-4 {
color: #9d901b;
}
.color-5 {
color: #a6551c;
}
/* CSS Variables */
:root {
--color-1: #ebd598;
--color-2: #d0b562;
--color-3: #e0a82e;
--color-4: #9d901b;
--color-5: #a6551c;
}
Golden Harvest Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebd598, #d0b562, #e0a82e, #9d901b, #a6551c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebd598, #d0b562, #e0a82e, #9d901b, #a6551c);
}
Similar color palettes
Scroll down to explore 1 Soft yellow color palette
Golden Harvest Hues color palette created on .