Mossy Stone Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mossy Stone Harmony palette

Share this palette to:

Mossy Stone Harmony color palette CSS

/* CSS */
.color-1 {
color: #7c8e7b;
}
.color-2 {
color: #a6b7a4;
}
.color-3 {
color: #b7c9b1;
}
.color-4 {
color: #d4e1d0;
}
.color-5 {
color: #eaf4e7;
}

/* CSS Variables */
:root {
--color-1: #7c8e7b;
--color-2: #a6b7a4;
--color-3: #b7c9b1;
--color-4: #d4e1d0;
--color-5: #eaf4e7;
}

Mossy Stone Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c8e7b, #a6b7a4, #b7c9b1, #d4e1d0, #eaf4e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c8e7b, #a6b7a4, #b7c9b1, #d4e1d0, #eaf4e7);
}

Mossy Stone Harmony color palette created on .