Zombie Color Palette

Discover the beautiful Zombie color palette featuring axolotl (#496e4d), highland (#7d9b6f), norway (#a5c19f), kidnapper (#d5e2c5) and loafer (#f3f7e9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withZombie, Green, Muted, Earthy, Soft, Light, Modern, Fun 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: #496e4d;
}
.color-2 {
color: #7d9b6f;
}
.color-3 {
color: #a5c19f;
}
.color-4 {
color: #d5e2c5;
}
.color-5 {
color: #f3f7e9;
}

/* CSS Variables */
:root {
--color-1: #496e4d;
--color-2: #7d9b6f;
--color-3: #a5c19f;
--color-4: #d5e2c5;
--color-5: #f3f7e9;
}

🌈 Zombie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #496e4d, #7d9b6f, #a5c19f, #d5e2c5, #f3f7e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #496e4d, #7d9b6f, #a5c19f, #d5e2c5, #f3f7e9);
}

Zombie color palette created on .