Muted Gray Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Muted Gray palette

Share this palette to:

Muted Gray color palette CSS

/* CSS */
.color-1 {
color: #7a8c90;
}
.color-2 {
color: #c0c8c3;
}
.color-3 {
color: #e0e6e2;
}
.color-4 {
color: #d7c5c1;
}
.color-5 {
color: #a87a7a;
}

/* CSS Variables */
:root {
--color-1: #7a8c90;
--color-2: #c0c8c3;
--color-3: #e0e6e2;
--color-4: #d7c5c1;
--color-5: #a87a7a;
}

Muted Gray background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a8c90, #c0c8c3, #e0e6e2, #d7c5c1, #a87a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a8c90, #c0c8c3, #e0e6e2, #d7c5c1, #a87a7a);
}

Muted Gray color palette created on .