Paleta de colores Whispers of Winter
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Winter palette
Image Gallery

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