Zombie Color Palette

Discover the beautiful Zombie color palette featuring glade green (#5a8c5a), norway (#a6c69f), beryl green (#d8dfb3), coconut cream (#f2f6d5) and wheat (#f6e2b1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withZombie, Green, Bright, Light, Soft, Spring, Nature, 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: #5a8c5a;
}
.color-2 {
color: #a6c69f;
}
.color-3 {
color: #d8dfb3;
}
.color-4 {
color: #f2f6d5;
}
.color-5 {
color: #f6e2b1;
}

/* CSS Variables */
:root {
--color-1: #5a8c5a;
--color-2: #a6c69f;
--color-3: #d8dfb3;
--color-4: #f2f6d5;
--color-5: #f6e2b1;
}

🌈 Zombie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a8c5a, #a6c69f, #d8dfb3, #f2f6d5, #f6e2b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a8c5a, #a6c69f, #d8dfb3, #f2f6d5, #f6e2b1);
}

Zombie color palette created on .