Paleta de colores Zombie Chef

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Zombie Chef palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Zombie Chef

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

CSS de la paleta de colores Zombie Chef

/* CSS */
.color-1 {
color: #6a6e68;
}
.color-2 {
color: #a0b79f;
}
.color-3 {
color: #d8d8b0;
}
.color-4 {
color: #f3b4af;
}
.color-5 {
color: #c8453c;
}

/* CSS Variables */
:root {
--color-1: #6a6e68;
--color-2: #a0b79f;
--color-3: #d8d8b0;
--color-4: #f3b4af;
--color-5: #c8453c;
}

CSS del degradado de fondo Zombie Chef

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a6e68, #a0b79f, #d8d8b0, #f3b4af, #c8453c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a6e68, #a0b79f, #d8d8b0, #f3b4af, #c8453c);
}

Zombie Chef color palette created on .