Muted Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Muted Green palette

Share this palette to:

Muted Green color palette CSS

/* CSS */
.color-1 {
color: #799a8e;
}
.color-2 {
color: #bad3b6;
}
.color-3 {
color: #f2e5c0;
}
.color-4 {
color: #f2b8a1;
}
.color-5 {
color: #d8544f;
}

/* CSS Variables */
:root {
--color-1: #799a8e;
--color-2: #bad3b6;
--color-3: #f2e5c0;
--color-4: #f2b8a1;
--color-5: #d8544f;
}

Muted Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #799a8e, #bad3b6, #f2e5c0, #f2b8a1, #d8544f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #799a8e, #bad3b6, #f2e5c0, #f2b8a1, #d8544f);
}

Muted Green color palette created on .