Paleta de colores Whispering Winter Whites
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispering Winter Whites palette
CSS de la paleta de colores Whispering Winter Whites
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fcfcfc;
}
.color-3 {
color: #fafafa;
}
.color-4 {
color: #f2f2f2;
}
.color-5 {
color: #ebeaeb;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fcfcfc;
--color-3: #fafafa;
--color-4: #f2f2f2;
--color-5: #ebeaeb;
}
CSS del degradado de fondo Whispering Winter Whites
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fcfcfc, #fafafa, #f2f2f2, #ebeaeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fcfcfc, #fafafa, #f2f2f2, #ebeaeb);
}
Paletas de colores similares
Whispering Winter Whites color palette created on .