Paleta de colores Mint Fresh

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Mint Fresh palette

Compartir esta paleta en:

Descargar la paleta de colores Mint Fresh (PNG)

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

CSS de la paleta de colores Mint Fresh

/* CSS */
.color-1 {
color: #a0e9b6;
}
.color-2 {
color: #76d6af;
}
.color-3 {
color: #4abf9a;
}
.color-4 {
color: #2da986;
}
.color-5 {
color: #1e8a73;
}

/* CSS Variables */
:root {
--color-1: #a0e9b6;
--color-2: #76d6af;
--color-3: #4abf9a;
--color-4: #2da986;
--color-5: #1e8a73;
}

CSS del degradado de fondo Mint Fresh

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a0e9b6, #76d6af, #4abf9a, #2da986, #1e8a73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a0e9b6, #76d6af, #4abf9a, #2da986, #1e8a73);
}

Mint Fresh color palette created on .