Harvest Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Harvest Hues palette
Harvest Hues color palette CSS
/* CSS */
.color-1 {
color: #e4d6b9;
}
.color-2 {
color: #c2af99;
}
.color-3 {
color: #a08b79;
}
.color-4 {
color: #7d5c40;
}
.color-5 {
color: #4d3e2e;
}
/* CSS Variables */
:root {
--color-1: #e4d6b9;
--color-2: #c2af99;
--color-3: #a08b79;
--color-4: #7d5c40;
--color-5: #4d3e2e;
}
Harvest Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4d6b9, #c2af99, #a08b79, #7d5c40, #4d3e2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4d6b9, #c2af99, #a08b79, #7d5c40, #4d3e2e);
}
Similar color palettes
Scroll down to explore 300+ Earthy color palettes
Harvest Hues color palette created on .