Zombie Robot Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Zombie Robot palette

Share this palette to:

Zombie Robot color palette PNG image

Download zombie robot color palette PNG image (landscape)
Download zombie robot color palette PNG image (square)

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 .