Muted Green Color Palette

Discover the beautiful Muted Green color palette featuring green smoke (#a6a85d), pine glade (#c0c889), barley corn (#8f8f4d), thatch (#c3a8a2) and coral tree (#a5696a).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Muted Green color palette CSS

/* CSS */
.color-1 {
color: #a6a85d;
}
.color-2 {
color: #c0c889;
}
.color-3 {
color: #8f8f4d;
}
.color-4 {
color: #c3a8a2;
}
.color-5 {
color: #a5696a;
}

/* CSS Variables */
:root {
--color-1: #a6a85d;
--color-2: #c0c889;
--color-3: #8f8f4d;
--color-4: #c3a8a2;
--color-5: #a5696a;
}

🌈 Muted Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6a85d, #c0c889, #8f8f4d, #c3a8a2, #a5696a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6a85d, #c0c889, #8f8f4d, #c3a8a2, #a5696a);
}

Muted Green color palette created on .