Mint Serenade Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Mint Serenade palette

Condividi questa palette a:

tavolozza dei colori Mint Serenade CSS

/* CSS */
.color-1 {
color: #a9e0b1;
}
.color-2 {
color: #b5e3c4;
}
.color-3 {
color: #c5e7da;
}
.color-4 {
color: #daf1e2;
}
.color-5 {
color: #e7f9e7;
}

/* CSS Variables */
:root {
--color-1: #a9e0b1;
--color-2: #b5e3c4;
--color-3: #c5e7da;
--color-4: #daf1e2;
--color-5: #e7f9e7;
}

CSS con gradiente di sfondo Mint Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e0b1, #b5e3c4, #c5e7da, #daf1e2, #e7f9e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e0b1, #b5e3c4, #c5e7da, #daf1e2, #e7f9e7);
}

Mint Serenade color palette created on .