Paleta de colores Fresh Mint

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Fresh Mint palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Fresh Mint

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

CSS de la paleta de colores Fresh Mint

/* CSS */
.color-1 {
color: #b4e4b4;
}
.color-2 {
color: #9fd6a0;
}
.color-3 {
color: #79cda3;
}
.color-4 {
color: #4bb9a1;
}
.color-5 {
color: #009975;
}

/* CSS Variables */
:root {
--color-1: #b4e4b4;
--color-2: #9fd6a0;
--color-3: #79cda3;
--color-4: #4bb9a1;
--color-5: #009975;
}

CSS del degradado de fondo Fresh Mint

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4e4b4, #9fd6a0, #79cda3, #4bb9a1, #009975);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4e4b4, #9fd6a0, #79cda3, #4bb9a1, #009975);
}

Fresh Mint color palette created on .