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: #9fdfd6;
}
.color-2 {
color: #7eddd0;
}
.color-3 {
color: #4dc7c5;
}
.color-4 {
color: #2ca7b5;
}
.color-5 {
color: #1b8998;
}

/* CSS Variables */
:root {
--color-1: #9fdfd6;
--color-2: #7eddd0;
--color-3: #4dc7c5;
--color-4: #2ca7b5;
--color-5: #1b8998;
}

CSS del degradado de fondo Minted Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fdfd6, #7eddd0, #4dc7c5, #2ca7b5, #1b8998);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fdfd6, #7eddd0, #4dc7c5, #2ca7b5, #1b8998);
}

Minted Serenity color palette created on .