Paleta de colores Moody Zombie

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Moody Zombie palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Moody Zombie

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

CSS de la paleta de colores Moody Zombie

/* CSS */
.color-1 {
color: #5b6d7b;
}
.color-2 {
color: #8c9fb1;
}
.color-3 {
color: #a1c3d4;
}
.color-4 {
color: #e2e9e6;
}
.color-5 {
color: #f6cac6;
}

/* CSS Variables */
:root {
--color-1: #5b6d7b;
--color-2: #8c9fb1;
--color-3: #a1c3d4;
--color-4: #e2e9e6;
--color-5: #f6cac6;
}

CSS del degradado de fondo Moody Zombie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b6d7b, #8c9fb1, #a1c3d4, #e2e9e6, #f6cac6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b6d7b, #8c9fb1, #a1c3d4, #e2e9e6, #f6cac6);
}

Moody Zombie color palette created on .