Muted Green Color Palette
Discover the beautiful Muted Green color palette featuring shadow green (#a6c9b9), vanilla (#d6c4b3), eunry (#c9a69c), leather (#8c5d4f) and mondo (#4d3d33).
Brightness
Saturation
Warmth
💡 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
💻 Muted Green color palette CSS
/* CSS */
.color-1 {
color: #a6c9b9;
}
.color-2 {
color: #d6c4b3;
}
.color-3 {
color: #c9a69c;
}
.color-4 {
color: #8c5d4f;
}
.color-5 {
color: #4d3d33;
}
/* CSS Variables */
:root {
--color-1: #a6c9b9;
--color-2: #d6c4b3;
--color-3: #c9a69c;
--color-4: #8c5d4f;
--color-5: #4d3d33;
} 🌈 Muted Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c9b9, #d6c4b3, #c9a69c, #8c5d4f, #4d3d33);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c9b9, #d6c4b3, #c9a69c, #8c5d4f, #4d3d33);
} 🔗 Explore similar color palettes
Muted Green color palette created on .