Zombie Color Palette
Discover the beautiful Zombie color palette featuring pickled bluewood (#2e4a5c), smalt blue (#5b808f), shadow green (#94c2b8), porcelain (#e2e9e7) and matrix (#b75c5c).
Brightness
Saturation
Warmth
💡 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
💻 Zombie color palette CSS
/* CSS */
.color-1 {
color: #2e4a5c;
}
.color-2 {
color: #5b808f;
}
.color-3 {
color: #94c2b8;
}
.color-4 {
color: #e2e9e7;
}
.color-5 {
color: #b75c5c;
}
/* CSS Variables */
:root {
--color-1: #2e4a5c;
--color-2: #5b808f;
--color-3: #94c2b8;
--color-4: #e2e9e7;
--color-5: #b75c5c;
}
🌈 Zombie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e4a5c, #5b808f, #94c2b8, #e2e9e7, #b75c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e4a5c, #5b808f, #94c2b8, #e2e9e7, #b75c5c);
}
🔗 Explore similar color palettes
Zombie color palette created on .