Paleta de colores Zombie Apocalypse

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Zombie Apocalypse palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Zombie Apocalypse

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

CSS de la paleta de colores Zombie Apocalypse

/* CSS */
.color-1 {
color: #7b9b3b;
}
.color-2 {
color: #a5c639;
}
.color-3 {
color: #d8d45a;
}
.color-4 {
color: #f0b14c;
}
.color-5 {
color: #c85d3c;
}

/* CSS Variables */
:root {
--color-1: #7b9b3b;
--color-2: #a5c639;
--color-3: #d8d45a;
--color-4: #f0b14c;
--color-5: #c85d3c;
}

CSS del degradado de fondo Zombie Apocalypse

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b9b3b, #a5c639, #d8d45a, #f0b14c, #c85d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b9b3b, #a5c639, #d8d45a, #f0b14c, #c85d3c);
}

Zombie Apocalypse color palette created on .