Paleta de colores Winter Wonder

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Winter Wonder palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Winter Wonder

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

CSS de la paleta de colores Winter Wonder

/* CSS */
.color-1 {
color: #a4c2db;
}
.color-2 {
color: #f1f7ed;
}
.color-3 {
color: #bed8b0;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #d83b3b;
}

/* CSS Variables */
:root {
--color-1: #a4c2db;
--color-2: #f1f7ed;
--color-3: #bed8b0;
--color-4: #f6b83c;
--color-5: #d83b3b;
}

CSS del degradado de fondo Winter Wonder

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2db, #f1f7ed, #bed8b0, #f6b83c, #d83b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2db, #f1f7ed, #bed8b0, #f6b83c, #d83b3b);
}

Winter Wonder color palette created on .