Muted Green Forest Color Palette

Discover the beautiful Muted Green Forest color palette featuring rangitoto (#2d3121), fuscous gray (#4c4f45), bitter (#8b8e7b), kangaroo (#c3c6b8) and green white (#e1e4d8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Forest, Green, Autumn, Muted 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 Forest palette

Share this palette to:

💻 Muted Green Forest color palette CSS

/* CSS */
.color-1 {
color: #2d3121;
}
.color-2 {
color: #4c4f45;
}
.color-3 {
color: #8b8e7b;
}
.color-4 {
color: #c3c6b8;
}
.color-5 {
color: #e1e4d8;
}

/* CSS Variables */
:root {
--color-1: #2d3121;
--color-2: #4c4f45;
--color-3: #8b8e7b;
--color-4: #c3c6b8;
--color-5: #e1e4d8;
}

🌈 Muted Green Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d3121, #4c4f45, #8b8e7b, #c3c6b8, #e1e4d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d3121, #4c4f45, #8b8e7b, #c3c6b8, #e1e4d8);
}

Muted Green Forest color palette created on .