Paleta de colores Whispers of Mist

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Mist palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Mist

/* CSS */
.color-1 {
color: #bac2c5;
}
.color-2 {
color: #b8c0c7;
}
.color-3 {
color: #b7bfc8;
}
.color-4 {
color: #b5c0c4;
}
.color-5 {
color: #b8c0c7;
}

/* CSS Variables */
:root {
--color-1: #bac2c5;
--color-2: #b8c0c7;
--color-3: #b7bfc8;
--color-4: #b5c0c4;
--color-5: #b8c0c7;
}

CSS del degradado de fondo Whispers of Mist

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bac2c5, #b8c0c7, #b7bfc8, #b5c0c4, #b8c0c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bac2c5, #b8c0c7, #b7bfc8, #b5c0c4, #b8c0c7);
}

Whispers of Mist color palette created on .