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: #7b8d93;
}
.color-2 {
color: #a4b7b3;
}
.color-3 {
color: #c3d5d2;
}
.color-4 {
color: #e4f1ef;
}
.color-5 {
color: #f1f9f5;
}

/* CSS Variables */
:root {
--color-1: #7b8d93;
--color-2: #a4b7b3;
--color-3: #c3d5d2;
--color-4: #e4f1ef;
--color-5: #f1f9f5;
}

CSS del degradado de fondo Whispers of Mist

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b8d93, #a4b7b3, #c3d5d2, #e4f1ef, #f1f9f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b8d93, #a4b7b3, #c3d5d2, #e4f1ef, #f1f9f5);
}

Whispers of Mist color palette created on .