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