Paleta de colores Mint Serenade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Mint Serenade palette

Compartir esta paleta en:

CSS de la paleta de colores Mint Serenade

/* CSS */
.color-1 {
color: #a9e0b1;
}
.color-2 {
color: #b5e3c4;
}
.color-3 {
color: #c5e7da;
}
.color-4 {
color: #daf1e2;
}
.color-5 {
color: #e7f9e7;
}

/* CSS Variables */
:root {
--color-1: #a9e0b1;
--color-2: #b5e3c4;
--color-3: #c5e7da;
--color-4: #daf1e2;
--color-5: #e7f9e7;
}

CSS del degradado de fondo Mint Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e0b1, #b5e3c4, #c5e7da, #daf1e2, #e7f9e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e0b1, #b5e3c4, #c5e7da, #daf1e2, #e7f9e7);
}

Mint Serenade color palette created on .