Mossy Stone Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mossy Stone Harmony palette

このパレットを共有する先:

Mossy Stone Harmony カラーパレット 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 の背景のグラデーション 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);
}

Mossy Stone Harmony color palette created on .