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