Muted Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Muted Blue palette

Share this palette to:

Muted Blue color palette CSS

/* CSS */
.color-1 {
color: #a3c1db;
}
.color-2 {
color: #f2e2b0;
}
.color-3 {
color: #f7c8a6;
}
.color-4 {
color: #e5a4b7;
}
.color-5 {
color: #e1f3d8;
}

/* CSS Variables */
:root {
--color-1: #a3c1db;
--color-2: #f2e2b0;
--color-3: #f7c8a6;
--color-4: #e5a4b7;
--color-5: #e1f3d8;
}

Muted Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c1db, #f2e2b0, #f7c8a6, #e5a4b7, #e1f3d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c1db, #f2e2b0, #f7c8a6, #e5a4b7, #e1f3d8);
}

Muted Blue color palette created on .