Muted Blue Color Palette

Discover the beautiful Muted Blue color palette featuring gull gray (#a1b2ba), gray nurse (#e8eae6), lynch (#6a7d9a), tea (#c4bcb0) and pigeon post (#a8c7d6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Brown, Gray, Muted, White 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 Muted Blue palette

Share this palette to:

💻 Muted Blue color palette CSS

/* CSS */
.color-1 {
color: #a1b2ba;
}
.color-2 {
color: #e8eae6;
}
.color-3 {
color: #6a7d9a;
}
.color-4 {
color: #c4bcb0;
}
.color-5 {
color: #a8c7d6;
}

/* CSS Variables */
:root {
--color-1: #a1b2ba;
--color-2: #e8eae6;
--color-3: #6a7d9a;
--color-4: #c4bcb0;
--color-5: #a8c7d6;
}

🌈 Muted Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1b2ba, #e8eae6, #6a7d9a, #c4bcb0, #a8c7d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1b2ba, #e8eae6, #6a7d9a, #c4bcb0, #a8c7d6);
}

Muted Blue color palette created on .