Winter Blue Color Palette

Discover the beautiful Winter Blue color palette featuring regent st blue (#a9c8e0), glacier (#7ca3c0), wedgewood (#4c7c9a), ming (#2f5d79) and cello (#1c415f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Cool, Elegant, Light, 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 Blue palette

Share this palette to:

💻 Winter Blue color palette CSS

/* CSS */
.color-1 {
color: #a9c8e0;
}
.color-2 {
color: #7ca3c0;
}
.color-3 {
color: #4c7c9a;
}
.color-4 {
color: #2f5d79;
}
.color-5 {
color: #1c415f;
}

/* CSS Variables */
:root {
--color-1: #a9c8e0;
--color-2: #7ca3c0;
--color-3: #4c7c9a;
--color-4: #2f5d79;
--color-5: #1c415f;
}

🌈 Winter Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c8e0, #7ca3c0, #4c7c9a, #2f5d79, #1c415f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c8e0, #7ca3c0, #4c7c9a, #2f5d79, #1c415f);
}

Winter Blue color palette created on .