Mossy Stone Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mossy Stone Harmony palette

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

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