Muted Meadow Color Palette

Discover the beautiful Muted Meadow color palette featuring boulder (#787878), wild willow (#b4c879), gray (#8c8c8c), bitter (#8c8c78) and brandy (#dcc98e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGray, Green, Earthy, Soft, Neutral, Light Spring, Nature, Vintage 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 Muted Meadow palette

Share this palette to:

💻 Muted Meadow color palette CSS

/* CSS */
.color-1 {
color: #787878;
}
.color-2 {
color: #b4c879;
}
.color-3 {
color: #8c8c8c;
}
.color-4 {
color: #8c8c78;
}
.color-5 {
color: #dcc98e;
}

/* CSS Variables */
:root {
--color-1: #787878;
--color-2: #b4c879;
--color-3: #8c8c8c;
--color-4: #8c8c78;
--color-5: #dcc98e;
}

🌈 Muted Meadow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #787878, #b4c879, #8c8c8c, #8c8c78, #dcc98e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #787878, #b4c879, #8c8c8c, #8c8c78, #dcc98e);
}

Muted Meadow color palette created on .