Paleta de colores Mellow Malachite

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Mellow Malachite palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Mellow Malachite

Download mellow malachite color palette PNG image (landscape)
Download mellow malachite color palette PNG image (square)

CSS de la paleta de colores Mellow Malachite

/* CSS */
.color-1 {
color: #398e6d;
}
.color-2 {
color: #4fbf9e;
}
.color-3 {
color: #a2e6b7;
}
.color-4 {
color: #d5f7b6;
}
.color-5 {
color: #f5f5b8;
}

/* CSS Variables */
:root {
--color-1: #398e6d;
--color-2: #4fbf9e;
--color-3: #a2e6b7;
--color-4: #d5f7b6;
--color-5: #f5f5b8;
}

CSS del degradado de fondo Mellow Malachite

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #398e6d, #4fbf9e, #a2e6b7, #d5f7b6, #f5f5b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #398e6d, #4fbf9e, #a2e6b7, #d5f7b6, #f5f5b8);
}

Mellow Malachite color palette created on .