Mint Breeze Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Mint Breeze palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Mint Breeze

Download mint breeze color palette PNG image (landscape)
Download mint breeze color palette PNG image (square)

tavolozza dei colori Mint Breeze CSS

/* CSS */
.color-1 {
color: #bbe8d6;
}
.color-2 {
color: #a3e0c2;
}
.color-3 {
color: #7ad6a7;
}
.color-4 {
color: #4fbf9c;
}
.color-5 {
color: #2da97a;
}

/* CSS Variables */
:root {
--color-1: #bbe8d6;
--color-2: #a3e0c2;
--color-3: #7ad6a7;
--color-4: #4fbf9c;
--color-5: #2da97a;
}

CSS con gradiente di sfondo Mint Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bbe8d6, #a3e0c2, #7ad6a7, #4fbf9c, #2da97a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bbe8d6, #a3e0c2, #7ad6a7, #4fbf9c, #2da97a);
}

Mint Breeze color palette created on .