Paleta de colores Muted Zombie

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Muted Zombie palette

Compartir esta paleta en:

Descargar la paleta de colores Muted Zombie (PNG)

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

CSS de la paleta de colores Muted Zombie

/* CSS */
.color-1 {
color: #4a4f4e;
}
.color-2 {
color: #7e8b8a;
}
.color-3 {
color: #b6c8c6;
}
.color-4 {
color: #e2e4e3;
}
.color-5 {
color: #f4f5f4;
}

/* CSS Variables */
:root {
--color-1: #4a4f4e;
--color-2: #7e8b8a;
--color-3: #b6c8c6;
--color-4: #e2e4e3;
--color-5: #f4f5f4;
}

CSS del degradado de fondo Muted Zombie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4f4e, #7e8b8a, #b6c8c6, #e2e4e3, #f4f5f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4f4e, #7e8b8a, #b6c8c6, #e2e4e3, #f4f5f4);
}

Muted Zombie color palette created on .