Winter Color Palette

Discover the beautiful Winter color palette featuring cadet blue (#a2b5c3), casper (#b6c8d8), black squeeze (#e8f1f7), botticelli (#c5d9e2) and sinbad (#a1c5d9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withWinter, Blue, Soft, Cool, Light, Aesthetic, Tropical, Modern 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: #a2b5c3;
}
.color-2 {
color: #b6c8d8;
}
.color-3 {
color: #e8f1f7;
}
.color-4 {
color: #c5d9e2;
}
.color-5 {
color: #a1c5d9;
}

/* CSS Variables */
:root {
--color-1: #a2b5c3;
--color-2: #b6c8d8;
--color-3: #e8f1f7;
--color-4: #c5d9e2;
--color-5: #a1c5d9;
}

🌈 Winter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2b5c3, #b6c8d8, #e8f1f7, #c5d9e2, #a1c5d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2b5c3, #b6c8d8, #e8f1f7, #c5d9e2, #a1c5d9);
}

Winter color palette created on .