Paleta de colores Winter Wonderland

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Winter Wonderland palette

Compartir esta paleta en:

CSS de la paleta de colores Winter Wonderland

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #b2d1d7;
}
.color-3 {
color: #e2f4f8;
}
.color-4 {
color: #f5faf5;
}
.color-5 {
color: #a7d8a6;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #b2d1d7;
--color-3: #e2f4f8;
--color-4: #f5faf5;
--color-5: #a7d8a6;
}

CSS del degradado de fondo Winter Wonderland

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #b2d1d7, #e2f4f8, #f5faf5, #a7d8a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #b2d1d7, #e2f4f8, #f5faf5, #a7d8a6);
}

Winter Wonderland color palette created on .