Paleta de colores Minty Fresh

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Minty Fresh palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Minty Fresh

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

CSS de la paleta de colores Minty Fresh

/* CSS */
.color-1 {
color: #a6e2cf;
}
.color-2 {
color: #7fdcba;
}
.color-3 {
color: #51c8a8;
}
.color-4 {
color: #2ab79d;
}
.color-5 {
color: #009e8c;
}

/* CSS Variables */
:root {
--color-1: #a6e2cf;
--color-2: #7fdcba;
--color-3: #51c8a8;
--color-4: #2ab79d;
--color-5: #009e8c;
}

CSS del degradado de fondo Minty Fresh

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6e2cf, #7fdcba, #51c8a8, #2ab79d, #009e8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6e2cf, #7fdcba, #51c8a8, #2ab79d, #009e8c);
}

Minty Fresh color palette created on .