Golden Harvest Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Harvest Dream palette

Share this palette to:

Golden Harvest Dream color palette CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f9c54e;
}
.color-3 {
color: #f9d66c;
}
.color-4 {
color: #f9e49f;
}
.color-5 {
color: #f5c99e;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f9c54e;
--color-3: #f9d66c;
--color-4: #f9e49f;
--color-5: #f5c99e;
}

Golden Harvest Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f9c54e, #f9d66c, #f9e49f, #f5c99e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f9c54e, #f9d66c, #f9e49f, #f5c99e);
}

Golden Harvest Dream color palette created on .