Winter Blue Color Palette

Discover the beautiful Winter Blue color palette featuring international klein blue (#003ba8), international klein blue (#001a9e), resolution blue (#003180), midnight blue (#00246b) and prussian blue (#001e57).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Deep, Modern, Masculine, Coastal 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: #003ba8;
}
.color-2 {
color: #001a9e;
}
.color-3 {
color: #003180;
}
.color-4 {
color: #00246b;
}
.color-5 {
color: #001e57;
}

/* CSS Variables */
:root {
--color-1: #003ba8;
--color-2: #001a9e;
--color-3: #003180;
--color-4: #00246b;
--color-5: #001e57;
}

🌈 Winter Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003ba8, #001a9e, #003180, #00246b, #001e57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003ba8, #001a9e, #003180, #00246b, #001e57);
}

Winter Blue color palette created on .