Blue Winter Sky Color Palette

Discover the beautiful Blue Winter Sky color palette featuring pigeon post (#a4c2db), glacier (#80b2c2), hippie blue (#5b9bae), astral (#3a7a9c) and san juan (#2b4e6e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Cool Winter, 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 Blue Winter Sky palette

Share this palette to:

💻 Blue Winter Sky color palette CSS

/* CSS */
.color-1 {
color: #a4c2db;
}
.color-2 {
color: #80b2c2;
}
.color-3 {
color: #5b9bae;
}
.color-4 {
color: #3a7a9c;
}
.color-5 {
color: #2b4e6e;
}

/* CSS Variables */
:root {
--color-1: #a4c2db;
--color-2: #80b2c2;
--color-3: #5b9bae;
--color-4: #3a7a9c;
--color-5: #2b4e6e;
}

🌈 Blue Winter Sky background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2db, #80b2c2, #5b9bae, #3a7a9c, #2b4e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2db, #80b2c2, #5b9bae, #3a7a9c, #2b4e6e);
}

Blue Winter Sky color palette created on .