Minty Sweet Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Minty Sweet palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Minty Sweet

Download minty sweet color palette PNG image (landscape)
Download minty sweet color palette PNG image (square)

tavolozza dei colori Minty Sweet CSS

/* CSS */
.color-1 {
color: #a8e6ce;
}
.color-2 {
color: #b1f2b7;
}
.color-3 {
color: #c5fce1;
}
.color-4 {
color: #ffadad;
}
.color-5 {
color: #ff667d;
}

/* CSS Variables */
:root {
--color-1: #a8e6ce;
--color-2: #b1f2b7;
--color-3: #c5fce1;
--color-4: #ffadad;
--color-5: #ff667d;
}

CSS con gradiente di sfondo Minty Sweet

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e6ce, #b1f2b7, #c5fce1, #ffadad, #ff667d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e6ce, #b1f2b7, #c5fce1, #ffadad, #ff667d);
}

Minty Sweet color palette created on .