Golden Harvest Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Harvest Hues palette

Share this palette to:

Golden Harvest Hues color palette CSS

/* CSS */
.color-1 {
color: #feda9f;
}
.color-2 {
color: #f9ab2f;
}
.color-3 {
color: #f18a04;
}
.color-4 {
color: #d28b2d;
}
.color-5 {
color: #c65601;
}

/* CSS Variables */
:root {
--color-1: #feda9f;
--color-2: #f9ab2f;
--color-3: #f18a04;
--color-4: #d28b2d;
--color-5: #c65601;
}

Golden Harvest Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #feda9f, #f9ab2f, #f18a04, #d28b2d, #c65601);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #feda9f, #f9ab2f, #f18a04, #d28b2d, #c65601);
}

Golden Harvest Hues color palette created on .