Muted Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Muted Green palette

Share this palette to:

Download Muted Green Color Palette (PNG)

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

Muted Green color palette CSS

/* CSS */
.color-1 {
color: #a6c9b9;
}
.color-2 {
color: #d6c4b3;
}
.color-3 {
color: #c9a69c;
}
.color-4 {
color: #8c5d4f;
}
.color-5 {
color: #4d3d33;
}

/* CSS Variables */
:root {
--color-1: #a6c9b9;
--color-2: #d6c4b3;
--color-3: #c9a69c;
--color-4: #8c5d4f;
--color-5: #4d3d33;
}

Muted Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c9b9, #d6c4b3, #c9a69c, #8c5d4f, #4d3d33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c9b9, #d6c4b3, #c9a69c, #8c5d4f, #4d3d33);
}

Muted Green color palette created on .