Muted Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Muted Blue palette
Muted Blue color palette CSS
/* CSS */
.color-1 {
color: #4f6c78;
}
.color-2 {
color: #a4b7b0;
}
.color-3 {
color: #d3cfc5;
}
.color-4 {
color: #e0b17b;
}
.color-5 {
color: #c84a3c;
}
/* CSS Variables */
:root {
--color-1: #4f6c78;
--color-2: #a4b7b0;
--color-3: #d3cfc5;
--color-4: #e0b17b;
--color-5: #c84a3c;
}
Muted Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f6c78, #a4b7b0, #d3cfc5, #e0b17b, #c84a3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f6c78, #a4b7b0, #d3cfc5, #e0b17b, #c84a3c);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Muted Blue color palette created on .