Muted Green Color Palette

Discover the beautiful Muted Green color palette featuring pot pourri (#f0e3d6), bison hide (#c4b6a6), martini (#a8a09f), sirocco (#6c7f7c) and river bed (#4a5b5e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Earthy, Minimalist, Japanese 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: #f0e3d6;
}
.color-2 {
color: #c4b6a6;
}
.color-3 {
color: #a8a09f;
}
.color-4 {
color: #6c7f7c;
}
.color-5 {
color: #4a5b5e;
}

/* CSS Variables */
:root {
--color-1: #f0e3d6;
--color-2: #c4b6a6;
--color-3: #a8a09f;
--color-4: #6c7f7c;
--color-5: #4a5b5e;
}

🌈 Muted Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e3d6, #c4b6a6, #a8a09f, #6c7f7c, #4a5b5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e3d6, #c4b6a6, #a8a09f, #6c7f7c, #4a5b5e);
}

Muted Green color palette created on .