Winter Blues Color Palette

Discover the beautiful Winter Blues color palette featuring regent st blue (#9fc7e0), bali hai (#799caf), smalt blue (#4f758c), san juan (#2d4c67) and nile blue (#192a4d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withWinter, Cool, Blue, Soft, Deep, Earthy, Modern, Bright 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 Blues palette

Share this palette to:

💻 Winter Blues color palette CSS

/* CSS */
.color-1 {
color: #9fc7e0;
}
.color-2 {
color: #799caf;
}
.color-3 {
color: #4f758c;
}
.color-4 {
color: #2d4c67;
}
.color-5 {
color: #192a4d;
}

/* CSS Variables */
:root {
--color-1: #9fc7e0;
--color-2: #799caf;
--color-3: #4f758c;
--color-4: #2d4c67;
--color-5: #192a4d;
}

🌈 Winter Blues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fc7e0, #799caf, #4f758c, #2d4c67, #192a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fc7e0, #799caf, #4f758c, #2d4c67, #192a4d);
}

Winter Blues color palette created on .