Winter Wonderland Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Winter Wonderland palette

Condividi questa palette a:

Scarica la tavolozza dei colori Winter Wonderland (PNG)

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

tavolozza dei colori Winter Wonderland CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #f2d4b1;
}
.color-3 {
color: #efbf9a;
}
.color-4 {
color: #b6a1d4;
}
.color-5 {
color: #d9c2e5;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #f2d4b1;
--color-3: #efbf9a;
--color-4: #b6a1d4;
--color-5: #d9c2e5;
}

CSS con gradiente di sfondo Winter Wonderland

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #f2d4b1, #efbf9a, #b6a1d4, #d9c2e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #f2d4b1, #efbf9a, #b6a1d4, #d9c2e5);
}

Winter Wonderland color palette created on .