Harvest Harmony Color Palette

Discover the beautiful Harvest Harmony color palette featuring mojo (#c65c39), porsche (#e6a55c), golden sand (#f5d87a), spring rain (#a1c4a1) and nutmeg (#7e4a2a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Brown, Green, Orange, Yellow 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: #e6a55c;
}
.color-3 {
color: #f5d87a;
}
.color-4 {
color: #a1c4a1;
}
.color-5 {
color: #7e4a2a;
}

/* CSS Variables */
:root {
--color-1: #c65c39;
--color-2: #e6a55c;
--color-3: #f5d87a;
--color-4: #a1c4a1;
--color-5: #7e4a2a;
}

🌈 Harvest Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c65c39, #e6a55c, #f5d87a, #a1c4a1, #7e4a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c65c39, #e6a55c, #f5d87a, #a1c4a1, #7e4a2a);
}

Harvest Harmony color palette created on .