Muted Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Muted Harmony palette

Share this palette to:

Muted Harmony color palette PNG image

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

Muted Harmony color palette CSS

/* CSS */
.color-1 {
color: #a9c7ba;
}
.color-2 {
color: #f0b49e;
}
.color-3 {
color: #e0a3b8;
}
.color-4 {
color: #d5c8aa;
}
.color-5 {
color: #b5e8d7;
}

/* CSS Variables */
:root {
--color-1: #a9c7ba;
--color-2: #f0b49e;
--color-3: #e0a3b8;
--color-4: #d5c8aa;
--color-5: #b5e8d7;
}

Muted Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c7ba, #f0b49e, #e0a3b8, #d5c8aa, #b5e8d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c7ba, #f0b49e, #e0a3b8, #d5c8aa, #b5e8d7);
}

Similar color palettes

Muted Harmony color palette created on .