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: #f2f2f2;
}
.color-2 {
color: #e6a560;
}
.color-3 {
color: #a35c7c;
}
.color-4 {
color: #4a6d8c;
}
.color-5 {
color: #1f3d51;
}
/* CSS Variables */
:root {
--color-1: #f2f2f2;
--color-2: #e6a560;
--color-3: #a35c7c;
--color-4: #4a6d8c;
--color-5: #1f3d51;
}
Muted Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2f2f2, #e6a560, #a35c7c, #4a6d8c, #1f3d51);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2f2f2, #e6a560, #a35c7c, #4a6d8c, #1f3d51);
}
Similar color palettes
Scroll down to explore 40+ Aesthetic color palettes
Muted Blue color palette created on .