Paleta de colores Minted Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Minted Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Minted Serenity

/* CSS */
.color-1 {
color: #3fa665;
}
.color-2 {
color: #4fbf78;
}
.color-3 {
color: #6fdc8b;
}
.color-4 {
color: #8ef5a1;
}
.color-5 {
color: #a1f2b2;
}

/* CSS Variables */
:root {
--color-1: #3fa665;
--color-2: #4fbf78;
--color-3: #6fdc8b;
--color-4: #8ef5a1;
--color-5: #a1f2b2;
}

CSS del degradado de fondo Minted Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3fa665, #4fbf78, #6fdc8b, #8ef5a1, #a1f2b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3fa665, #4fbf78, #6fdc8b, #8ef5a1, #a1f2b2);
}

Minted Serenity color palette created on .