Earthy Harmony Color Palette

Discover the beautiful Earthy Harmony color palette featuring stromboli (#2f4b40), rainee (#b4c8a7), marigold yellow (#f8d57c), dallas (#7b5b2d) and millbrook (#4f3b2b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Earthy, Green, Neutral, Sage, Summer, Vintage, Warm, 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 Earthy Harmony palette

Share this palette to:

💻 Earthy Harmony color palette CSS

/* CSS */
.color-1 {
color: #2f4b40;
}
.color-2 {
color: #b4c8a7;
}
.color-3 {
color: #f8d57c;
}
.color-4 {
color: #7b5b2d;
}
.color-5 {
color: #4f3b2b;
}

/* CSS Variables */
:root {
--color-1: #2f4b40;
--color-2: #b4c8a7;
--color-3: #f8d57c;
--color-4: #7b5b2d;
--color-5: #4f3b2b;
}

🌈 Earthy Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f4b40, #b4c8a7, #f8d57c, #7b5b2d, #4f3b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f4b40, #b4c8a7, #f8d57c, #7b5b2d, #4f3b2b);
}

Earthy Harmony color palette created on .