Winter Blue Color Palette

Discover the beautiful Winter Blue color palette featuring danube (#6da0d9), regent st blue (#a4c8df), polar (#e2f3f8), athens gray (#f0f2f5) and botticelli (#d9e4ed).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Light, Cool Winter, Bright 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: #6da0d9;
}
.color-2 {
color: #a4c8df;
}
.color-3 {
color: #e2f3f8;
}
.color-4 {
color: #f0f2f5;
}
.color-5 {
color: #d9e4ed;
}

/* CSS Variables */
:root {
--color-1: #6da0d9;
--color-2: #a4c8df;
--color-3: #e2f3f8;
--color-4: #f0f2f5;
--color-5: #d9e4ed;
}

🌈 Winter Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6da0d9, #a4c8df, #e2f3f8, #f0f2f5, #d9e4ed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6da0d9, #a4c8df, #e2f3f8, #f0f2f5, #d9e4ed);
}

Winter Blue color palette created on .