Moon Mist カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Moon Mist palette

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

Moon Mist カラー パレット PNG 画像

Download moon mist color palette PNG image (landscape)
Download moon mist color palette PNG image (square)

Moon Mist カラーパレット CSS

/* CSS */
.color-1 {
color: #d1d7d5;
}
.color-2 {
color: #a2b4b1;
}
.color-3 {
color: #7b8e8a;
}
.color-4 {
color: #4b6c6b;
}
.color-5 {
color: #2e4b4d;
}

/* CSS Variables */
:root {
--color-1: #d1d7d5;
--color-2: #a2b4b1;
--color-3: #7b8e8a;
--color-4: #4b6c6b;
--color-5: #2e4b4d;
}

Moon Mist の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1d7d5, #a2b4b1, #7b8e8a, #4b6c6b, #2e4b4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1d7d5, #a2b4b1, #7b8e8a, #4b6c6b, #2e4b4d);
}

Moon Mist color palette created on .