Mossy Meadow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mossy Meadow palette

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

Mossy Meadow カラーパレット CSS

/* CSS */
.color-1 {
color: #3c3b34;
}
.color-2 {
color: #5d5c51;
}
.color-3 {
color: #7c7b6e;
}
.color-4 {
color: #a09f54;
}
.color-5 {
color: #c1bf57;
}

/* CSS Variables */
:root {
--color-1: #3c3b34;
--color-2: #5d5c51;
--color-3: #7c7b6e;
--color-4: #a09f54;
--color-5: #c1bf57;
}

Mossy Meadow の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c3b34, #5d5c51, #7c7b6e, #a09f54, #c1bf57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c3b34, #5d5c51, #7c7b6e, #a09f54, #c1bf57);
}

Mossy Meadow color palette created on .