Zombie Color Palette

Discover the beautiful Zombie color palette featuring tradewind (#65b3a1), cutty sark (#4e7e7e), limed spruce (#3a5359), outer space (#2b3f40) and timber green (#1b2c2b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withZombie, Green, Teal, Deep, Earthy, Forest, Modern, Muted, Night Sky, 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 Zombie palette

Share this palette to:

💻 Zombie color palette CSS

/* CSS */
.color-1 {
color: #65b3a1;
}
.color-2 {
color: #4e7e7e;
}
.color-3 {
color: #3a5359;
}
.color-4 {
color: #2b3f40;
}
.color-5 {
color: #1b2c2b;
}

/* CSS Variables */
:root {
--color-1: #65b3a1;
--color-2: #4e7e7e;
--color-3: #3a5359;
--color-4: #2b3f40;
--color-5: #1b2c2b;
}

🌈 Zombie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #65b3a1, #4e7e7e, #3a5359, #2b3f40, #1b2c2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #65b3a1, #4e7e7e, #3a5359, #2b3f40, #1b2c2b);
}

Zombie color palette created on .