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: #5c0022;
}
.color-2 {
color: #8a3d3d;
}
.color-3 {
color: #b36565;
}
.color-4 {
color: #d5b8b8;
}
.color-5 {
color: #f0f4f4;
}

/* CSS Variables */
:root {
--color-1: #5c0022;
--color-2: #8a3d3d;
--color-3: #b36565;
--color-4: #d5b8b8;
--color-5: #f0f4f4;
}

CSS del degradado de fondo Zombie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c0022, #8a3d3d, #b36565, #d5b8b8, #f0f4f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c0022, #8a3d3d, #b36565, #d5b8b8, #f0f4f4);
}

Zombie color palette created on .