Paleta de colores Drowned Zombie

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Drowned Zombie palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Drowned Zombie

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

CSS de la paleta de colores Drowned Zombie

/* CSS */
.color-1 {
color: #4b8a8b;
}
.color-2 {
color: #c58b7c;
}
.color-3 {
color: #e1b047;
}
.color-4 {
color: #903c27;
}
.color-5 {
color: #2a2e29;
}

/* CSS Variables */
:root {
--color-1: #4b8a8b;
--color-2: #c58b7c;
--color-3: #e1b047;
--color-4: #903c27;
--color-5: #2a2e29;
}

CSS del degradado de fondo Drowned Zombie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8a8b, #c58b7c, #e1b047, #903c27, #2a2e29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8a8b, #c58b7c, #e1b047, #903c27, #2a2e29);
}

Drowned Zombie color palette created on .