Zombie Robot Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Zombie Robot palette
Color Inspiration
Images that showcase this color palette in real designs
Download Zombie Robot Color Palette (PNG)
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);
}
Similar color palettes
Zombie Robot color palette created on .