Paleta de colores Whispering Mist
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispering Mist palette
CSS de la paleta de colores Whispering Mist
/* CSS */
.color-1 {
color: #aabec0;
}
.color-2 {
color: #b6c8c1;
}
.color-3 {
color: #c3d5c7;
}
.color-4 {
color: #d3e4d2;
}
.color-5 {
color: #e4f2e3;
}
/* CSS Variables */
:root {
--color-1: #aabec0;
--color-2: #b6c8c1;
--color-3: #c3d5c7;
--color-4: #d3e4d2;
--color-5: #e4f2e3;
}
CSS del degradado de fondo Whispering Mist
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aabec0, #b6c8c1, #c3d5c7, #d3e4d2, #e4f2e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aabec0, #b6c8c1, #c3d5c7, #d3e4d2, #e4f2e3);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 80+ paletas de colores Estético
Whispering Mist color palette created on .