Paleta de colores Zombie

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Zombie palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Zombie

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

CSS de la paleta de colores Zombie

/* CSS */
.color-1 {
color: #1d3f34;
}
.color-2 {
color: #4b7c6d;
}
.color-3 {
color: #8cb1a2;
}
.color-4 {
color: #b7e1d2;
}
.color-5 {
color: #ebfaf5;
}

/* CSS Variables */
:root {
--color-1: #1d3f34;
--color-2: #4b7c6d;
--color-3: #8cb1a2;
--color-4: #b7e1d2;
--color-5: #ebfaf5;
}

CSS del degradado de fondo Zombie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3f34, #4b7c6d, #8cb1a2, #b7e1d2, #ebfaf5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3f34, #4b7c6d, #8cb1a2, #b7e1d2, #ebfaf5);
}

Zombie color palette created on .