Paleta de colores Chocolate Mint

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Chocolate Mint palette

Compartir esta paleta en:

Descargar la paleta de colores Chocolate Mint (PNG)

Download chocolate mint color palette PNG image (landscape)
Download chocolate mint color palette PNG image (square)

CSS de la paleta de colores Chocolate Mint

/* CSS */
.color-1 {
color: #4f9c78;
}
.color-2 {
color: #a4d5d1;
}
.color-3 {
color: #e4f6f1;
}
.color-4 {
color: #d9b5a6;
}
.color-5 {
color: #794a39;
}

/* CSS Variables */
:root {
--color-1: #4f9c78;
--color-2: #a4d5d1;
--color-3: #e4f6f1;
--color-4: #d9b5a6;
--color-5: #794a39;
}

CSS del degradado de fondo Chocolate Mint

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f9c78, #a4d5d1, #e4f6f1, #d9b5a6, #794a39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f9c78, #a4d5d1, #e4f6f1, #d9b5a6, #794a39);
}

Chocolate Mint color palette created on .