Paleta de colores Whispers of Gray
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Gray palette
CSS de la paleta de colores Whispers of Gray
/* CSS */
.color-1 {
color: #e0e0e0;
}
.color-2 {
color: #b0b0b0;
}
.color-3 {
color: #a1a1a1;
}
.color-4 {
color: #808080;
}
.color-5 {
color: #404040;
}
/* CSS Variables */
:root {
--color-1: #e0e0e0;
--color-2: #b0b0b0;
--color-3: #a1a1a1;
--color-4: #808080;
--color-5: #404040;
}
CSS del degradado de fondo Whispers of Gray
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0e0e0, #b0b0b0, #a1a1a1, #808080, #404040);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0e0e0, #b0b0b0, #a1a1a1, #808080, #404040);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Neutro
Whispers of Gray color palette created on .