Paleta de colores Winter Chill

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Winter Chill palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Winter Chill

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

CSS de la paleta de colores Winter Chill

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #799caf;
}
.color-3 {
color: #4d6c84;
}
.color-4 {
color: #2c4b6d;
}
.color-5 {
color: #1a3b5b;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #799caf;
--color-3: #4d6c84;
--color-4: #2c4b6d;
--color-5: #1a3b5b;
}

CSS del degradado de fondo Winter Chill

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #799caf, #4d6c84, #2c4b6d, #1a3b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #799caf, #4d6c84, #2c4b6d, #1a3b5b);
}

Paletas de colores similares

Winter Chill color palette created on .