Zombie Robot Color Palette

Discover the beautiful Zombie Robot color palette featuring granny smith (#899c9f), cutty sark (#5c7b7f), abbey (#4a5759), cape cod (#404445) and shark (#1f2323).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withZombie, Robot, Green, Gray, Modern, Dark, Monochromatic, 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 Zombie Robot palette

Share this palette to:

💻 Zombie Robot color palette CSS

/* CSS */
.color-1 {
color: #899c9f;
}
.color-2 {
color: #5c7b7f;
}
.color-3 {
color: #4a5759;
}
.color-4 {
color: #404445;
}
.color-5 {
color: #1f2323;
}

/* CSS Variables */
:root {
--color-1: #899c9f;
--color-2: #5c7b7f;
--color-3: #4a5759;
--color-4: #404445;
--color-5: #1f2323;
}

🌈 Zombie Robot background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #899c9f, #5c7b7f, #4a5759, #404445, #1f2323);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #899c9f, #5c7b7f, #4a5759, #404445, #1f2323);
}

Zombie Robot color palette created on .