Muted Blue Color Palette

Discover the beautiful Muted Blue color palette featuring east bay (#4a4d8c), waterloo (#757d95), cadet blue (#a5b3c0), pale slate (#c3b6c2) and cashmere (#e9b79f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with90s, Aesthetic, Metal, Bright, Retro 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: #4a4d8c;
}
.color-2 {
color: #757d95;
}
.color-3 {
color: #a5b3c0;
}
.color-4 {
color: #c3b6c2;
}
.color-5 {
color: #e9b79f;
}

/* CSS Variables */
:root {
--color-1: #4a4d8c;
--color-2: #757d95;
--color-3: #a5b3c0;
--color-4: #c3b6c2;
--color-5: #e9b79f;
}

🌈 Muted Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4d8c, #757d95, #a5b3c0, #c3b6c2, #e9b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4d8c, #757d95, #a5b3c0, #c3b6c2, #e9b79f);
}

Muted Blue color palette created on .