Zombie Color Palette

Discover the beautiful Zombie color palette featuring clay creek (#7d7a59), pine glade (#b3c68b), zombie (#e1e8a1), wheat (#f5f1b2) and wewak (#f1a8a2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withZombie, Green, Muted, Earthy, Light, Soft, Fun, Bright Spring 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 Zombie palette

Share this palette to:

💻 Zombie color palette CSS

/* CSS */
.color-1 {
color: #7d7a59;
}
.color-2 {
color: #b3c68b;
}
.color-3 {
color: #e1e8a1;
}
.color-4 {
color: #f5f1b2;
}
.color-5 {
color: #f1a8a2;
}

/* CSS Variables */
:root {
--color-1: #7d7a59;
--color-2: #b3c68b;
--color-3: #e1e8a1;
--color-4: #f5f1b2;
--color-5: #f1a8a2;
}

🌈 Zombie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d7a59, #b3c68b, #e1e8a1, #f5f1b2, #f1a8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d7a59, #b3c68b, #e1e8a1, #f5f1b2, #f1a8a2);
}

Zombie color palette created on .