Harvest Hearth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Harvest Hearth palette
Harvest Hearth color palette CSS
/* CSS */
.color-1 {
color: #181e01;
}
.color-2 {
color: #f14e09;
}
.color-3 {
color: #5f3307;
}
.color-4 {
color: #465610;
}
.color-5 {
color: #c78948;
}
/* CSS Variables */
:root {
--color-1: #181e01;
--color-2: #f14e09;
--color-3: #5f3307;
--color-4: #465610;
--color-5: #c78948;
}
Harvest Hearth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #181e01, #f14e09, #5f3307, #465610, #c78948);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #181e01, #f14e09, #5f3307, #465610, #c78948);
}
Similar color palettes
Harvest Hearth color palette created on .