Harvest Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Harvest Harmony palette
Harvest Harmony color palette CSS
/* CSS */
.color-1 {
color: #a85f2e;
}
.color-2 {
color: #d8a36e;
}
.color-3 {
color: #e4b88b;
}
.color-4 {
color: #f2d5c4;
}
.color-5 {
color: #f6e4b6;
}
/* CSS Variables */
:root {
--color-1: #a85f2e;
--color-2: #d8a36e;
--color-3: #e4b88b;
--color-4: #f2d5c4;
--color-5: #f6e4b6;
}
Harvest Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a85f2e, #d8a36e, #e4b88b, #f2d5c4, #f6e4b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a85f2e, #d8a36e, #e4b88b, #f2d5c4, #f6e4b6);
}
Similar color palettes
Harvest Harmony color palette created on .