Muted Forest Harmony Color Palette
Discover the beautiful Muted Forest Harmony color palette featuring xanadu (#6b7b6e), bud (#a7b4a2), moon mist (#d0d7c6), spring rain (#b1c8b1) and nandor (#4b5d4e).
Brightness
Saturation
Warmth
Refine
💡 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 Forest Harmony palette
💻 Muted Forest Harmony color palette CSS
/* CSS */
.color-1 {
color: #6b7b6e;
}
.color-2 {
color: #a7b4a2;
}
.color-3 {
color: #d0d7c6;
}
.color-4 {
color: #b1c8b1;
}
.color-5 {
color: #4b5d4e;
}
/* CSS Variables */
:root {
--color-1: #6b7b6e;
--color-2: #a7b4a2;
--color-3: #d0d7c6;
--color-4: #b1c8b1;
--color-5: #4b5d4e;
} 🌈 Muted Forest Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b7b6e, #a7b4a2, #d0d7c6, #b1c8b1, #4b5d4e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b7b6e, #a7b4a2, #d0d7c6, #b1c8b1, #4b5d4e);
} 🔗 Explore similar color palettes
Muted Forest Harmony color palette created on .