Blue Winter Color Palette

Discover the beautiful Blue Winter color palette featuring kashmir blue (#4a6c8c), cadet blue (#a8b3c2), edgewater (#d0e6df), mandys pink (#f4c8b4) and shilo (#e2a7a2).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Blue Winter color palette CSS

/* CSS */
.color-1 {
color: #4a6c8c;
}
.color-2 {
color: #a8b3c2;
}
.color-3 {
color: #d0e6df;
}
.color-4 {
color: #f4c8b4;
}
.color-5 {
color: #e2a7a2;
}

/* CSS Variables */
:root {
--color-1: #4a6c8c;
--color-2: #a8b3c2;
--color-3: #d0e6df;
--color-4: #f4c8b4;
--color-5: #e2a7a2;
}

🌈 Blue Winter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a6c8c, #a8b3c2, #d0e6df, #f4c8b4, #e2a7a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a6c8c, #a8b3c2, #d0e6df, #f4c8b4, #e2a7a2);
}

Blue Winter color palette created on .