Winter Art Nouveau Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Winter Art Nouveau palette

Share this palette to:

Winter Art Nouveau color palette PNG image

Download winter art nouveau color palette PNG image (landscape)
Download winter art nouveau color palette PNG image (square)

Winter Art Nouveau color palette CSS

/* CSS */
.color-1 {
color: #a5b7c0;
}
.color-2 {
color: #c9d9e4;
}
.color-3 {
color: #e6d8c7;
}
.color-4 {
color: #f2b1c0;
}
.color-5 {
color: #d66184;
}

/* CSS Variables */
:root {
--color-1: #a5b7c0;
--color-2: #c9d9e4;
--color-3: #e6d8c7;
--color-4: #f2b1c0;
--color-5: #d66184;
}

Winter Art Nouveau background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5b7c0, #c9d9e4, #e6d8c7, #f2b1c0, #d66184);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5b7c0, #c9d9e4, #e6d8c7, #f2b1c0, #d66184);
}

Winter Art Nouveau color palette created on .