Blue Winter Color Palette

Discover the beautiful Blue Winter color palette featuring wedgewood (#4b7c9b), san juan (#2f4b6f), cloud burst (#1b2946), loblolly (#c6d1d7) and catskill white (#eaf2f6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCool, Blue, Winter, Soft, Light 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 palette

Share this palette to:

๐Ÿ’ป Blue Winter color palette CSS

/* CSS */
.color-1 {
color: #4b7c9b;
}
.color-2 {
color: #2f4b6f;
}
.color-3 {
color: #1b2946;
}
.color-4 {
color: #c6d1d7;
}
.color-5 {
color: #eaf2f6;
}

/* CSS Variables */
:root {
--color-1: #4b7c9b;
--color-2: #2f4b6f;
--color-3: #1b2946;
--color-4: #c6d1d7;
--color-5: #eaf2f6;
}

๐ŸŒˆ Blue Winter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7c9b, #2f4b6f, #1b2946, #c6d1d7, #eaf2f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7c9b, #2f4b6f, #1b2946, #c6d1d7, #eaf2f6);
}

Blue Winter color palette created on .