Muddy Waters Color Palette
Discover the beautiful Muddy Waters color palette featuring faded jade (#4b8b7f), spring rain (#a1c9b0), zombie (#e4e59e), tumbleweed (#d7a97e) and paarl (#9f512d).
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 Muddy Waters palette
💻 Muddy Waters color palette CSS
/* CSS */
.color-1 {
color: #4b8b7f;
}
.color-2 {
color: #a1c9b0;
}
.color-3 {
color: #e4e59e;
}
.color-4 {
color: #d7a97e;
}
.color-5 {
color: #9f512d;
}
/* CSS Variables */
:root {
--color-1: #4b8b7f;
--color-2: #a1c9b0;
--color-3: #e4e59e;
--color-4: #d7a97e;
--color-5: #9f512d;
}
🌈 Muddy Waters background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8b7f, #a1c9b0, #e4e59e, #d7a97e, #9f512d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8b7f, #a1c9b0, #e4e59e, #d7a97e, #9f512d);
}
🔗 Explore similar color palettes
Muddy Waters color palette created on .