Paleta de colores Winter Soft
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Winter Soft palette
Imagen PNG de la paleta de colores Winter Soft
CSS de la paleta de colores Winter Soft
/* CSS */
.color-1 {
color: #a4c2db;
}
.color-2 {
color: #b7e0e6;
}
.color-3 {
color: #e1f6f9;
}
.color-4 {
color: #f7d9c5;
}
.color-5 {
color: #f5b2b2;
}
/* CSS Variables */
:root {
--color-1: #a4c2db;
--color-2: #b7e0e6;
--color-3: #e1f6f9;
--color-4: #f7d9c5;
--color-5: #f5b2b2;
}
CSS del degradado de fondo Winter Soft
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2db, #b7e0e6, #e1f6f9, #f7d9c5, #f5b2b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2db, #b7e0e6, #e1f6f9, #f7d9c5, #f5b2b2);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 30+ paletas de colores Invierno
Winter Soft color palette created on .