Muted Zombie Color Palette

Discover the beautiful Muted Zombie color palette featuring cape cod (#4a4f4e), gunsmoke (#7e8b8a), submarine (#b6c8c6), black haze (#e2e4e3) and gray nurse (#f4f5f4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMuted, Zombie, Gray, Earthy, Soft 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 Zombie palette

Share this palette to:

💻 Muted Zombie color palette CSS

/* CSS */
.color-1 {
color: #4a4f4e;
}
.color-2 {
color: #7e8b8a;
}
.color-3 {
color: #b6c8c6;
}
.color-4 {
color: #e2e4e3;
}
.color-5 {
color: #f4f5f4;
}

/* CSS Variables */
:root {
--color-1: #4a4f4e;
--color-2: #7e8b8a;
--color-3: #b6c8c6;
--color-4: #e2e4e3;
--color-5: #f4f5f4;
}

🌈 Muted Zombie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4f4e, #7e8b8a, #b6c8c6, #e2e4e3, #f4f5f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4f4e, #7e8b8a, #b6c8c6, #e2e4e3, #f4f5f4);
}

Muted Zombie color palette created on .