Blue Mist Color Palette

Discover the beautiful Blue Mist color palette featuring spindle (#b5d0e8), regent st blue (#9cc5e2), viking (#69b7d8), pelorous (#41a3c3) and eastern blue (#1f8d9e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Ocean, Summer 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: #b5d0e8;
}
.color-2 {
color: #9cc5e2;
}
.color-3 {
color: #69b7d8;
}
.color-4 {
color: #41a3c3;
}
.color-5 {
color: #1f8d9e;
}

/* CSS Variables */
:root {
--color-1: #b5d0e8;
--color-2: #9cc5e2;
--color-3: #69b7d8;
--color-4: #41a3c3;
--color-5: #1f8d9e;
}

🌈 Blue Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5d0e8, #9cc5e2, #69b7d8, #41a3c3, #1f8d9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5d0e8, #9cc5e2, #69b7d8, #41a3c3, #1f8d9e);
}

Blue Mist color palette created on .