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: #a6e2ae;
}
.color-2 {
color: #70d7a3;
}
.color-3 {
color: #4bbe92;
}
.color-4 {
color: #3da97f;
}
.color-5 {
color: #2b9c73;
}

/* CSS Variables */
:root {
--color-1: #a6e2ae;
--color-2: #70d7a3;
--color-3: #4bbe92;
--color-4: #3da97f;
--color-5: #2b9c73;
}

CSS con gradiente di sfondo Minted Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6e2ae, #70d7a3, #4bbe92, #3da97f, #2b9c73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6e2ae, #70d7a3, #4bbe92, #3da97f, #2b9c73);
}

Minted Serenity color palette created on .