Harvest Moon Color Palette

Discover the beautiful Harvest Moon color palette featuring di serria (#d59d5d), paarl (#a45f2d), walnut (#7e3a1b), espresso (#5a2b1b) and cocoa brown (#2d1b1b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Orange, Brown, Earthy, Harvest, Warm, Deep, Fall, Moon color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Harvest Moon palette

Share this palette to:

💻 Harvest Moon color palette CSS

/* CSS */
.color-1 {
color: #d59d5d;
}
.color-2 {
color: #a45f2d;
}
.color-3 {
color: #7e3a1b;
}
.color-4 {
color: #5a2b1b;
}
.color-5 {
color: #2d1b1b;
}

/* CSS Variables */
:root {
--color-1: #d59d5d;
--color-2: #a45f2d;
--color-3: #7e3a1b;
--color-4: #5a2b1b;
--color-5: #2d1b1b;
}

🌈 Harvest Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d59d5d, #a45f2d, #7e3a1b, #5a2b1b, #2d1b1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d59d5d, #a45f2d, #7e3a1b, #5a2b1b, #2d1b1b);
}

Harvest Moon color palette created on .