Blizzard Blue Color Palette

Discover the beautiful Blizzard Blue color palette featuring morning glory (#a3d7e0), bermuda (#7dc7d9), fountain blue (#5cb0c7), fountain blue (#4aa1b5) and boston blue (#3a8da6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Cool, Feminine, Spring, Tropical, Vibrant, 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 Blizzard Blue palette

Share this palette to:

💻 Blizzard Blue color palette CSS

/* CSS */
.color-1 {
color: #a3d7e0;
}
.color-2 {
color: #7dc7d9;
}
.color-3 {
color: #5cb0c7;
}
.color-4 {
color: #4aa1b5;
}
.color-5 {
color: #3a8da6;
}

/* CSS Variables */
:root {
--color-1: #a3d7e0;
--color-2: #7dc7d9;
--color-3: #5cb0c7;
--color-4: #4aa1b5;
--color-5: #3a8da6;
}

🌈 Blizzard Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e0, #7dc7d9, #5cb0c7, #4aa1b5, #3a8da6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e0, #7dc7d9, #5cb0c7, #4aa1b5, #3a8da6);
}

Blizzard Blue color palette created on .