Mossy Stone Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mossy Stone Harmony palette
Mossy Stone Harmony color palette CSS
/* CSS */
.color-1 {
color: #4b7d2b;
}
.color-2 {
color: #3e5b24;
}
.color-3 {
color: #598939;
}
.color-4 {
color: #a3c49c;
}
.color-5 {
color: #cfe3bf;
}
/* CSS Variables */
:root {
--color-1: #4b7d2b;
--color-2: #3e5b24;
--color-3: #598939;
--color-4: #a3c49c;
--color-5: #cfe3bf;
}
Mossy Stone Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7d2b, #3e5b24, #598939, #a3c49c, #cfe3bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7d2b, #3e5b24, #598939, #a3c49c, #cfe3bf);
}
Similar color palettes
Scroll down to explore 100+ Forest color palettes
Mossy Stone Harmony color palette created on .