Muted Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Muted Blue palette

Share this palette to:

Download Muted Blue Color Palette (PNG)

Download muted blue color palette PNG image (landscape)
Download muted blue color palette PNG image (square)

Muted Blue color palette CSS

/* CSS */
.color-1 {
color: #4a4d8c;
}
.color-2 {
color: #757d95;
}
.color-3 {
color: #a5b3c0;
}
.color-4 {
color: #c3b6c2;
}
.color-5 {
color: #e9b79f;
}

/* CSS Variables */
:root {
--color-1: #4a4d8c;
--color-2: #757d95;
--color-3: #a5b3c0;
--color-4: #c3b6c2;
--color-5: #e9b79f;
}

Muted Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4d8c, #757d95, #a5b3c0, #c3b6c2, #e9b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4d8c, #757d95, #a5b3c0, #c3b6c2, #e9b79f);
}

Muted Blue color palette created on .