Winter Color Palette

Discover the beautiful Winter color palette featuring pigeon post (#a5c6d4), ziggurat (#c5e2e7), link water (#e2f1f8), spring wood (#faf8f5) and melanie (#e1b7d3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Cream, Gray, Lavender, Pink, Sage, Teal, White 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 palette

Share this palette to:

💻 Winter color palette CSS

/* CSS */
.color-1 {
color: #a5c6d4;
}
.color-2 {
color: #c5e2e7;
}
.color-3 {
color: #e2f1f8;
}
.color-4 {
color: #faf8f5;
}
.color-5 {
color: #e1b7d3;
}

/* CSS Variables */
:root {
--color-1: #a5c6d4;
--color-2: #c5e2e7;
--color-3: #e2f1f8;
--color-4: #faf8f5;
--color-5: #e1b7d3;
}

🌈 Winter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5c6d4, #c5e2e7, #e2f1f8, #faf8f5, #e1b7d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5c6d4, #c5e2e7, #e2f1f8, #faf8f5, #e1b7d3);
}

Winter color palette created on .