Paleta de colores Whispers of Silver Mist
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Silver Mist palette
CSS de la paleta de colores Whispers of Silver Mist
/* CSS */
.color-1 {
color: #dbdbdc;
}
.color-2 {
color: #d1d1d1;
}
.color-3 {
color: #cfcfcf;
}
.color-4 {
color: #bababa;
}
.color-5 {
color: #a3a3a3;
}
/* CSS Variables */
:root {
--color-1: #dbdbdc;
--color-2: #d1d1d1;
--color-3: #cfcfcf;
--color-4: #bababa;
--color-5: #a3a3a3;
}
CSS del degradado de fondo Whispers of Silver Mist
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbdbdc, #d1d1d1, #cfcfcf, #bababa, #a3a3a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbdbdc, #d1d1d1, #cfcfcf, #bababa, #a3a3a3);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 10 paletas de colores Light gray
Whispers of Silver Mist color palette created on .