Paleta de colores Whispering White Hues
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispering White Hues palette
Image Gallery

CSS de la paleta de colores Whispering White Hues
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #fcfcfc;
}
.color-4 {
color: #fcfcfc;
}
.color-5 {
color: #fafafa;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ffffff;
--color-3: #fcfcfc;
--color-4: #fcfcfc;
--color-5: #fafafa;
}
CSS del degradado de fondo Whispering White Hues
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ffffff, #fcfcfc, #fcfcfc, #fafafa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ffffff, #fcfcfc, #fcfcfc, #fafafa);
}
Paletas de colores similares
Whispering White Hues color palette created on .