Harvest Moon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Harvest Moon palette

Share this palette to:

Download Harvest Moon Color Palette (PNG)

Download harvest moon color palette PNG image (landscape)
Download harvest moon color palette PNG image (square)

Harvest Moon color palette CSS

/* CSS */
.color-1 {
color: #d48b2b;
}
.color-2 {
color: #f1c37e;
}
.color-3 {
color: #e5b57b;
}
.color-4 {
color: #a15b3a;
}
.color-5 {
color: #7f4c24;
}

/* CSS Variables */
:root {
--color-1: #d48b2b;
--color-2: #f1c37e;
--color-3: #e5b57b;
--color-4: #a15b3a;
--color-5: #7f4c24;
}

Harvest Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d48b2b, #f1c37e, #e5b57b, #a15b3a, #7f4c24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d48b2b, #f1c37e, #e5b57b, #a15b3a, #7f4c24);
}

Harvest Moon color palette created on .