Paleta de colores Soft Winter

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Winter palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Soft Winter

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

CSS de la paleta de colores Soft Winter

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #c0d3d8;
}
.color-3 {
color: #e8e3e3;
}
.color-4 {
color: #f1c6d7;
}
.color-5 {
color: #f3a5b7;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #c0d3d8;
--color-3: #e8e3e3;
--color-4: #f1c6d7;
--color-5: #f3a5b7;
}

CSS del degradado de fondo Soft Winter

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #c0d3d8, #e8e3e3, #f1c6d7, #f3a5b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #c0d3d8, #e8e3e3, #f1c6d7, #f3a5b7);
}

Soft Winter color palette created on .