Winter Color Palette

Discover the beautiful Winter color palette featuring eastern blue (#1a8ca2), ming (#3e6d8e), natural gray (#8f8d8a), akaroa (#d7c9b2) and porcelain (#f3f6f7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Cool, Gray, Light, Neutral, Soft, Tropical, 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 palette

Share this palette to:

💻 Winter color palette CSS

/* CSS */
.color-1 {
color: #1a8ca2;
}
.color-2 {
color: #3e6d8e;
}
.color-3 {
color: #8f8d8a;
}
.color-4 {
color: #d7c9b2;
}
.color-5 {
color: #f3f6f7;
}

/* CSS Variables */
:root {
--color-1: #1a8ca2;
--color-2: #3e6d8e;
--color-3: #8f8d8a;
--color-4: #d7c9b2;
--color-5: #f3f6f7;
}

🌈 Winter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a8ca2, #3e6d8e, #8f8d8a, #d7c9b2, #f3f6f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a8ca2, #3e6d8e, #8f8d8a, #d7c9b2, #f3f6f7);
}

Winter color palette created on .