Muted Green Nature Color Palette

Discover the beautiful Muted Green Nature color palette featuring sprout (#c1d4b0), norway (#a6b9a2), battleship gray (#8e9a79), tobacco brown (#7a6748) and cararra (#f2f1ed).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Muted Green Nature color palette CSS

/* CSS */
.color-1 {
color: #c1d4b0;
}
.color-2 {
color: #a6b9a2;
}
.color-3 {
color: #8e9a79;
}
.color-4 {
color: #7a6748;
}
.color-5 {
color: #f2f1ed;
}

/* CSS Variables */
:root {
--color-1: #c1d4b0;
--color-2: #a6b9a2;
--color-3: #8e9a79;
--color-4: #7a6748;
--color-5: #f2f1ed;
}

🌈 Muted Green Nature background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1d4b0, #a6b9a2, #8e9a79, #7a6748, #f2f1ed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1d4b0, #a6b9a2, #8e9a79, #7a6748, #f2f1ed);
}

Muted Green Nature color palette created on .