Paleta de colores Whispers of White
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of White palette
CSS de la paleta de colores Whispers of White
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fdfdfc;
}
.color-3 {
color: #fcfbf8;
}
.color-4 {
color: #f5f5f4;
}
.color-5 {
color: #eeeeed;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fdfdfc;
--color-3: #fcfbf8;
--color-4: #f5f5f4;
--color-5: #eeeeed;
}
CSS del degradado de fondo Whispers of White
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fdfdfc, #fcfbf8, #f5f5f4, #eeeeed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fdfdfc, #fcfbf8, #f5f5f4, #eeeeed);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1 paleta de colores Blanco
Whispers of White color palette created on .