Mist and Marble カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mist and Marble palette

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

Mist and Marble カラーパレット CSS

/* CSS */
.color-1 {
color: #b1b4b9;
}
.color-2 {
color: #d1d4d6;
}
.color-3 {
color: #e7e8e9;
}
.color-4 {
color: #f4f4f5;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #b1b4b9;
--color-2: #d1d4d6;
--color-3: #e7e8e9;
--color-4: #f4f4f5;
--color-5: #ffffff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1b4b9, #d1d4d6, #e7e8e9, #f4f4f5, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1b4b9, #d1d4d6, #e7e8e9, #f4f4f5, #ffffff);
}

Mist and Marble color palette created on .