Golden Harvest Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Harvest Glow palette

Share this palette to:

Golden Harvest Glow color palette CSS

/* CSS */
.color-1 {
color: #d4a159;
}
.color-2 {
color: #e7b84b;
}
.color-3 {
color: #f4c24e;
}
.color-4 {
color: #fdd55d;
}
.color-5 {
color: #e9a96d;
}

/* CSS Variables */
:root {
--color-1: #d4a159;
--color-2: #e7b84b;
--color-3: #f4c24e;
--color-4: #fdd55d;
--color-5: #e9a96d;
}

Golden Harvest Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a159, #e7b84b, #f4c24e, #fdd55d, #e9a96d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a159, #e7b84b, #f4c24e, #fdd55d, #e9a96d);
}

Golden Harvest Glow color palette created on .