Muddy Meadow Muse Color Palette
Discover the beautiful Muddy Meadow Muse color palette featuring asparagus (#7f8c4a), green smoke (#a4b46e), pine glade (#b7c68b), deco (#c6d89d) and beryl green (#d3e0b2).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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 Muddy Meadow Muse palette
💻 Muddy Meadow Muse color palette CSS
/* CSS */
.color-1 {
color: #7f8c4a;
}
.color-2 {
color: #a4b46e;
}
.color-3 {
color: #b7c68b;
}
.color-4 {
color: #c6d89d;
}
.color-5 {
color: #d3e0b2;
}
/* CSS Variables */
:root {
--color-1: #7f8c4a;
--color-2: #a4b46e;
--color-3: #b7c68b;
--color-4: #c6d89d;
--color-5: #d3e0b2;
} 🌈 Muddy Meadow Muse background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7f8c4a, #a4b46e, #b7c68b, #c6d89d, #d3e0b2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7f8c4a, #a4b46e, #b7c68b, #c6d89d, #d3e0b2);
} Muddy Meadow Muse color palette created on .