Harvest Moon Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Harvest Moon Hues palette
Harvest Moon Hues color palette CSS
/* CSS */
.color-1 {
color: #f3e9b4;
}
.color-2 {
color: #d09c49;
}
.color-3 {
color: #726e69;
}
.color-4 {
color: #76481e;
}
.color-5 {
color: #3c1f10;
}
/* CSS Variables */
:root {
--color-1: #f3e9b4;
--color-2: #d09c49;
--color-3: #726e69;
--color-4: #76481e;
--color-5: #3c1f10;
}
Harvest Moon Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e9b4, #d09c49, #726e69, #76481e, #3c1f10);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e9b4, #d09c49, #726e69, #76481e, #3c1f10);
}
Similar color palettes
Scroll down to explore 1 Soft yellow color palette
Harvest Moon Hues color palette created on .