Muted Blue Color Palette

Discover the beautiful Muted Blue color palette featuring solid pink (#83343b), victoria (#445797), mulled wine (#634568), web orange (#f0a400) and bittersweet (#ff6e61).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Coral, Blue, Vibrant, Fall 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: #83343b;
}
.color-2 {
color: #445797;
}
.color-3 {
color: #634568;
}
.color-4 {
color: #f0a400;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #83343b;
--color-2: #445797;
--color-3: #634568;
--color-4: #f0a400;
--color-5: #ff6e61;
}

๐ŸŒˆ Muted Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #83343b, #445797, #634568, #f0a400, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #83343b, #445797, #634568, #f0a400, #ff6e61);
}

Muted Blue color palette created on .