Muted Blue Color Palette
Discover the beautiful Muted Blue color palette featuring calypso (#2b5c7d), wedgewood (#498a9c), glacier (#6eacbf), bermuda (#8bdad4) and ice cold (#a8f5ea).
Brightness
Saturation
Warmth
💡 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
💻 Muted Blue color palette CSS
/* CSS */
.color-1 {
color: #2b5c7d;
}
.color-2 {
color: #498a9c;
}
.color-3 {
color: #6eacbf;
}
.color-4 {
color: #8bdad4;
}
.color-5 {
color: #a8f5ea;
}
/* CSS Variables */
:root {
--color-1: #2b5c7d;
--color-2: #498a9c;
--color-3: #6eacbf;
--color-4: #8bdad4;
--color-5: #a8f5ea;
} 🌈 Muted Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b5c7d, #498a9c, #6eacbf, #8bdad4, #a8f5ea);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b5c7d, #498a9c, #6eacbf, #8bdad4, #a8f5ea);
} 🔗 Explore similar color palettes
Muted Blue color palette created on .