Paleta de colores Winter Fog

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Winter Fog palette

Compartir esta paleta en:

Descargar la paleta de colores Winter Fog (PNG)

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

CSS de la paleta de colores Winter Fog

/* CSS */
.color-1 {
color: #a4c2db;
}
.color-2 {
color: #b9dada;
}
.color-3 {
color: #e0e6e6;
}
.color-4 {
color: #f7f7f7;
}
.color-5 {
color: #c0c5c8;
}

/* CSS Variables */
:root {
--color-1: #a4c2db;
--color-2: #b9dada;
--color-3: #e0e6e6;
--color-4: #f7f7f7;
--color-5: #c0c5c8;
}

CSS del degradado de fondo Winter Fog

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2db, #b9dada, #e0e6e6, #f7f7f7, #c0c5c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2db, #b9dada, #e0e6e6, #f7f7f7, #c0c5c8);
}

Winter Fog color palette created on .