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