Minted Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Minted Serenity palette

Condividi questa palette a:

tavolozza dei colori Minted Serenity CSS

/* 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 con gradiente di sfondo 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 .