Winter Wonderland Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Winter Wonderland palette

Condividi questa palette a:

tavolozza dei colori Winter Wonderland CSS

/* CSS */
.color-1 {
color: #c0d3d3;
}
.color-2 {
color: #996a56;
}
.color-3 {
color: #f3b47c;
}
.color-4 {
color: #ff6e42;
}
.color-5 {
color: #c43836;
}

/* CSS Variables */
:root {
--color-1: #c0d3d3;
--color-2: #996a56;
--color-3: #f3b47c;
--color-4: #ff6e42;
--color-5: #c43836;
}

CSS con gradiente di sfondo Winter Wonderland

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0d3d3, #996a56, #f3b47c, #ff6e42, #c43836);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0d3d3, #996a56, #f3b47c, #ff6e42, #c43836);
}

Tavolozze di colori simili

Winter Wonderland color palette created on .