Blue Mist Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Mist palette

Condividi questa palette a:

Scarica la tavolozza dei colori Blue Mist (PNG)

Download blue mist color palette PNG image (landscape)
Download blue mist color palette PNG image (square)

tavolozza dei colori Blue Mist CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #b7d6e6;
}
.color-3 {
color: #d1e3e6;
}
.color-4 {
color: #f1f8f8;
}
.color-5 {
color: #f7e4d9;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #b7d6e6;
--color-3: #d1e3e6;
--color-4: #f1f8f8;
--color-5: #f7e4d9;
}

CSS con gradiente di sfondo Blue Mist

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #b7d6e6, #d1e3e6, #f1f8f8, #f7e4d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #b7d6e6, #d1e3e6, #f1f8f8, #f7e4d9);
}

Blue Mist color palette created on .