Golden Harvest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Harvest palette

Share this palette to:

Golden Harvest color palette CSS

/* CSS */
.color-1 {
color: #ffd875;
}
.color-2 {
color: #f7d273;
}
.color-3 {
color: #f1a94b;
}
.color-4 {
color: #b75d24;
}
.color-5 {
color: #573e00;
}

/* CSS Variables */
:root {
--color-1: #ffd875;
--color-2: #f7d273;
--color-3: #f1a94b;
--color-4: #b75d24;
--color-5: #573e00;
}

Golden Harvest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd875, #f7d273, #f1a94b, #b75d24, #573e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd875, #f7d273, #f1a94b, #b75d24, #573e00);
}

Golden Harvest color palette created on .