Muted Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Muted Blue palette
Color Inspiration
Images that showcase this color palette in real designs
Download Muted Blue Color Palette (PNG)
Muted Blue color palette CSS
/* CSS */
.color-1 {
color: #5c7a8a;
}
.color-2 {
color: #a7b79f;
}
.color-3 {
color: #f0c49e;
}
.color-4 {
color: #d07e5d;
}
.color-5 {
color: #8f503d;
}
/* CSS Variables */
:root {
--color-1: #5c7a8a;
--color-2: #a7b79f;
--color-3: #f0c49e;
--color-4: #d07e5d;
--color-5: #8f503d;
}
Muted Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c7a8a, #a7b79f, #f0c49e, #d07e5d, #8f503d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c7a8a, #a7b79f, #f0c49e, #d07e5d, #8f503d);
}
Similar color palettes
Muted Blue color palette created on .