Mint Chocolate Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Mint Chocolate Dream palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Mint Chocolate Dream

Download mint chocolate dream color palette PNG image (landscape)
Download mint chocolate dream color palette PNG image (square)

tavolozza dei colori Mint Chocolate Dream CSS

/* CSS */
.color-1 {
color: #a5d9d2;
}
.color-2 {
color: #e2f3ee;
}
.color-3 {
color: #b6f6e7;
}
.color-4 {
color: #a1d3d1;
}
.color-5 {
color: #c5e2e0;
}

/* CSS Variables */
:root {
--color-1: #a5d9d2;
--color-2: #e2f3ee;
--color-3: #b6f6e7;
--color-4: #a1d3d1;
--color-5: #c5e2e0;
}

CSS con gradiente di sfondo Mint Chocolate Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5d9d2, #e2f3ee, #b6f6e7, #a1d3d1, #c5e2e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5d9d2, #e2f3ee, #b6f6e7, #a1d3d1, #c5e2e0);
}

Mint Chocolate Dream color palette created on .