Blue Mist Color Palette

Discover the beautiful Blue Mist color palette featuring waikawa gray (#5a6e8c), bali hai (#7b8fad), rock blue (#9aa9c6), periwinkle gray (#c1d1e6) and zircon (#f0f4ff).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Blue Mist color palette CSS

/* CSS */
.color-1 {
color: #5a6e8c;
}
.color-2 {
color: #7b8fad;
}
.color-3 {
color: #9aa9c6;
}
.color-4 {
color: #c1d1e6;
}
.color-5 {
color: #f0f4ff;
}

/* CSS Variables */
:root {
--color-1: #5a6e8c;
--color-2: #7b8fad;
--color-3: #9aa9c6;
--color-4: #c1d1e6;
--color-5: #f0f4ff;
}

🌈 Blue Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a6e8c, #7b8fad, #9aa9c6, #c1d1e6, #f0f4ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a6e8c, #7b8fad, #9aa9c6, #c1d1e6, #f0f4ff);
}

Blue Mist color palette created on .