Cold Zombie Color Palette

Discover the beautiful Cold Zombie color palette featuring granny smith (#7b9c9d), bismark (#497b83), limed spruce (#3c585d), outer space (#2f4142) and outer space (#1e282a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withZombie, Teal, Gray, Blue, Cool, Dark, Modern, Muted, Vintage 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 Cold Zombie palette

Share this palette to:

💻 Cold Zombie color palette CSS

/* CSS */
.color-1 {
color: #7b9c9d;
}
.color-2 {
color: #497b83;
}
.color-3 {
color: #3c585d;
}
.color-4 {
color: #2f4142;
}
.color-5 {
color: #1e282a;
}

/* CSS Variables */
:root {
--color-1: #7b9c9d;
--color-2: #497b83;
--color-3: #3c585d;
--color-4: #2f4142;
--color-5: #1e282a;
}

🌈 Cold Zombie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b9c9d, #497b83, #3c585d, #2f4142, #1e282a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b9c9d, #497b83, #3c585d, #2f4142, #1e282a);
}

Cold Zombie color palette created on .