Paleta de colores Zombie Robot

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Zombie Robot palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Zombie Robot

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

CSS de la paleta de colores Zombie Robot

/* 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;
}

CSS del degradado de fondo Zombie Robot

/* 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 .