Paleta de colores Whispers of Gray
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Gray palette
Image Gallery
CSS de la paleta de colores Whispers of Gray
/* CSS */
.color-1 {
color: #f5f5f4;
}
.color-2 {
color: #dcdcdb;
}
.color-3 {
color: #c0c0bf;
}
.color-4 {
color: #9d9b9b;
}
.color-5 {
color: #7f7d7a;
}
/* CSS Variables */
:root {
--color-1: #f5f5f4;
--color-2: #dcdcdb;
--color-3: #c0c0bf;
--color-4: #9d9b9b;
--color-5: #7f7d7a;
}
CSS del degradado de fondo Whispers of Gray
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f5f4, #dcdcdb, #c0c0bf, #9d9b9b, #7f7d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f5f4, #dcdcdb, #c0c0bf, #9d9b9b, #7f7d7a);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 7 paletas de colores Soft gray
Whispers of Gray color palette created on .