Paleta de colores Winter Mint

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Winter Mint palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Winter Mint

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

CSS de la paleta de colores Winter Mint

/* CSS */
.color-1 {
color: #a9e0d4;
}
.color-2 {
color: #6fcec6;
}
.color-3 {
color: #3c9d9f;
}
.color-4 {
color: #1f6f6d;
}
.color-5 {
color: #0d4a49;
}

/* CSS Variables */
:root {
--color-1: #a9e0d4;
--color-2: #6fcec6;
--color-3: #3c9d9f;
--color-4: #1f6f6d;
--color-5: #0d4a49;
}

CSS del degradado de fondo Winter Mint

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e0d4, #6fcec6, #3c9d9f, #1f6f6d, #0d4a49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e0d4, #6fcec6, #3c9d9f, #1f6f6d, #0d4a49);
}

Winter Mint color palette created on .