Paleta de colores Whispers of Silver Smoke
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Silver Smoke palette
CSS de la paleta de colores Whispers of Silver Smoke
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fafafa;
}
.color-3 {
color: #e8e9e9;
}
.color-4 {
color: #d2d1d1;
}
.color-5 {
color: #a8a4a4;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fafafa;
--color-3: #e8e9e9;
--color-4: #d2d1d1;
--color-5: #a8a4a4;
}
CSS del degradado de fondo Whispers of Silver Smoke
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fafafa, #e8e9e9, #d2d1d1, #a8a4a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fafafa, #e8e9e9, #d2d1d1, #a8a4a4);
}
Paletas de colores similares
Whispers of Silver Smoke color palette created on .