Paleta de colores Winter Soft

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Winter Soft palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Winter Soft

Download winter soft color palette PNG image (landscape)
Download winter soft color palette PNG image (square)

CSS de la paleta de colores Winter Soft

/* CSS */
.color-1 {
color: #a6c4d9;
}
.color-2 {
color: #e2f2f8;
}
.color-3 {
color: #f8fafc;
}
.color-4 {
color: #f9ebd7;
}
.color-5 {
color: #c2b2d2;
}

/* CSS Variables */
:root {
--color-1: #a6c4d9;
--color-2: #e2f2f8;
--color-3: #f8fafc;
--color-4: #f9ebd7;
--color-5: #c2b2d2;
}

CSS del degradado de fondo Winter Soft

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c4d9, #e2f2f8, #f8fafc, #f9ebd7, #c2b2d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c4d9, #e2f2f8, #f8fafc, #f9ebd7, #c2b2d2);
}

Winter Soft color palette created on .