Winter Art Nouveau Color Palette

Discover the beautiful Winter Art Nouveau color palette featuring cadet blue (#a5b7c0), botticelli (#c9d9e4), bone (#e6d8c7), mandys pink (#f2b1c0) and cranberry (#d66184).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Earthy, Elegant, Light, Pink, Retro, Soft, Vintage, Winter color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Winter Art Nouveau palette

Share this palette to:

💻 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 .