Shades of Moss Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Moss palette

Share this palette to:

Shades of Moss color palette CSS

/* CSS */
.color-1 {
color: #4b703e;
}
.color-2 {
color: #6a8f4d;
}
.color-3 {
color: #8cbf5a;
}
.color-4 {
color: #a6d87d;
}
.color-5 {
color: #d5e6b2;
}

/* CSS Variables */
:root {
--color-1: #4b703e;
--color-2: #6a8f4d;
--color-3: #8cbf5a;
--color-4: #a6d87d;
--color-5: #d5e6b2;
}

Shades of Moss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b703e, #6a8f4d, #8cbf5a, #a6d87d, #d5e6b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b703e, #6a8f4d, #8cbf5a, #a6d87d, #d5e6b2);
}

Shades of Moss color palette created on .