Mountain Breeze Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Mountain Breeze palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Mountain Breeze

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

tavolozza dei colori Mountain Breeze CSS

/* CSS */
.color-1 {
color: #498b3c;
}
.color-2 {
color: #6fbe6f;
}
.color-3 {
color: #88d89e;
}
.color-4 {
color: #a3e1b4;
}
.color-5 {
color: #e8f6df;
}

/* CSS Variables */
:root {
--color-1: #498b3c;
--color-2: #6fbe6f;
--color-3: #88d89e;
--color-4: #a3e1b4;
--color-5: #e8f6df;
}

CSS con gradiente di sfondo Mountain Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #498b3c, #6fbe6f, #88d89e, #a3e1b4, #e8f6df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #498b3c, #6fbe6f, #88d89e, #a3e1b4, #e8f6df);
}

Mountain Breeze color palette created on .