Harvest Harmony Color Palette

Discover the beautiful Harvest Harmony color palette featuring mojo (#c65c39), di serria (#d7995b), brandy (#d8c27d), spring rain (#9fc6a3) and laurel (#6e8c6e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Earthy, Green, Orange, Warm 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 Harmony palette

Share this palette to:

💻 Harvest Harmony color palette CSS

/* CSS */
.color-1 {
color: #c65c39;
}
.color-2 {
color: #d7995b;
}
.color-3 {
color: #d8c27d;
}
.color-4 {
color: #9fc6a3;
}
.color-5 {
color: #6e8c6e;
}

/* CSS Variables */
:root {
--color-1: #c65c39;
--color-2: #d7995b;
--color-3: #d8c27d;
--color-4: #9fc6a3;
--color-5: #6e8c6e;
}

🌈 Harvest Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c65c39, #d7995b, #d8c27d, #9fc6a3, #6e8c6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c65c39, #d7995b, #d8c27d, #9fc6a3, #6e8c6e);
}

Harvest Harmony color palette created on .