Orchard Harvest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orchard Harvest palette

Share this palette to:

Orchard Harvest color palette CSS

/* CSS */
.color-1 {
color: #f8d668;
}
.color-2 {
color: #e4a149;
}
.color-3 {
color: #d68c3d;
}
.color-4 {
color: #a96a3d;
}
.color-5 {
color: #7b4c3d;
}

/* CSS Variables */
:root {
--color-1: #f8d668;
--color-2: #e4a149;
--color-3: #d68c3d;
--color-4: #a96a3d;
--color-5: #7b4c3d;
}

Orchard Harvest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d668, #e4a149, #d68c3d, #a96a3d, #7b4c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d668, #e4a149, #d68c3d, #a96a3d, #7b4c3d);
}

Orchard Harvest color palette created on .