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: #ffffff;
}
.color-2 {
color: #eeeeed;
}
.color-3 {
color: #dbdbdb;
}
.color-4 {
color: #d9d9d8;
}
.color-5 {
color: #a7a4a0;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #eeeeed;
--color-3: #dbdbdb;
--color-4: #d9d9d8;
--color-5: #a7a4a0;
}
CSS del degradado de fondo Whispers of Silver Mist
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #eeeeed, #dbdbdb, #d9d9d8, #a7a4a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #eeeeed, #dbdbdb, #d9d9d8, #a7a4a0);
}
Paletas de colores similares
Whispers of Silver Mist color palette created on .