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: #b1b4b9;
}
.color-2 {
color: #d6d8db;
}
.color-3 {
color: #f2f4f7;
}
.color-4 {
color: #e9eaed;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #b1b4b9;
--color-2: #d6d8db;
--color-3: #f2f4f7;
--color-4: #e9eaed;
--color-5: #ffffff;
}
CSS del degradado de fondo Whispers of Gray
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1b4b9, #d6d8db, #f2f4f7, #e9eaed, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1b4b9, #d6d8db, #f2f4f7, #e9eaed, #ffffff);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Neutro
Whispers of Gray color palette created on .