Paleta de colores Whispers of Mist
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Mist palette
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);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Estético
Whispers of Mist color palette created on .