Cold Winter Color Palette

Discover the beautiful Cold Winter color palette featuring portage (#7da7e3), regent st blue (#a3c7e1), botticelli (#cee0e8), catskill white (#f5fafa) and ziggurat (#bfd5e3).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Cold Winter color palette CSS

/* CSS */
.color-1 {
color: #7da7e3;
}
.color-2 {
color: #a3c7e1;
}
.color-3 {
color: #cee0e8;
}
.color-4 {
color: #f5fafa;
}
.color-5 {
color: #bfd5e3;
}

/* CSS Variables */
:root {
--color-1: #7da7e3;
--color-2: #a3c7e1;
--color-3: #cee0e8;
--color-4: #f5fafa;
--color-5: #bfd5e3;
}

🌈 Cold Winter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7da7e3, #a3c7e1, #cee0e8, #f5fafa, #bfd5e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7da7e3, #a3c7e1, #cee0e8, #f5fafa, #bfd5e3);
}

Cold Winter color palette created on .