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: #5dda7c;
}
.color-2 {
color: #a3e6b4;
}
.color-3 {
color: #cff7d7;
}
.color-4 {
color: #f5f6df;
}
.color-5 {
color: #f9cda4;
}

/* CSS Variables */
:root {
--color-1: #5dda7c;
--color-2: #a3e6b4;
--color-3: #cff7d7;
--color-4: #f5f6df;
--color-5: #f9cda4;
}

CSS con gradiente di sfondo Minted Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5dda7c, #a3e6b4, #cff7d7, #f5f6df, #f9cda4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5dda7c, #a3e6b4, #cff7d7, #f5f6df, #f9cda4);
}

Minted Serenity color palette created on .