Paleta de colores Blue Mist

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Mist palette

Compartir esta paleta en:

Descargar la paleta de colores Blue Mist (PNG)

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

CSS de la paleta de colores Blue Mist

/* 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 del degradado de fondo 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 .