Paleta de colores Mint Tulip

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Mint Tulip palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Mint Tulip

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

CSS de la paleta de colores Mint Tulip

/* CSS */
.color-1 {
color: #a4e5d8;
}
.color-2 {
color: #7ed3b2;
}
.color-3 {
color: #4abf98;
}
.color-4 {
color: #2bab7e;
}
.color-5 {
color: #1a8964;
}

/* CSS Variables */
:root {
--color-1: #a4e5d8;
--color-2: #7ed3b2;
--color-3: #4abf98;
--color-4: #2bab7e;
--color-5: #1a8964;
}

CSS del degradado de fondo Mint Tulip

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4e5d8, #7ed3b2, #4abf98, #2bab7e, #1a8964);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4e5d8, #7ed3b2, #4abf98, #2bab7e, #1a8964);
}

Mint Tulip color palette created on .