Golden Harvest Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Harvest Serenade palette

Share this palette to:

Golden Harvest Serenade color palette CSS

/* CSS */
.color-1 {
color: #e6a84c;
}
.color-2 {
color: #f1b24b;
}
.color-3 {
color: #f2cb6e;
}
.color-4 {
color: #f2d58c;
}
.color-5 {
color: #f2df9c;
}

/* CSS Variables */
:root {
--color-1: #e6a84c;
--color-2: #f1b24b;
--color-3: #f2cb6e;
--color-4: #f2d58c;
--color-5: #f2df9c;
}

Golden Harvest Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6a84c, #f1b24b, #f2cb6e, #f2d58c, #f2df9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6a84c, #f1b24b, #f2cb6e, #f2d58c, #f2df9c);
}

Golden Harvest Serenade color palette created on .