Gray Magpie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Gray Magpie palette

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

Gray Magpie カラーパレット CSS

/* CSS */
.color-1 {
color: #393b3c;
}
.color-2 {
color: #6e7072;
}
.color-3 {
color: #a7a8a9;
}
.color-4 {
color: #dadbd2;
}
.color-5 {
color: #f4f5f6;
}

/* CSS Variables */
:root {
--color-1: #393b3c;
--color-2: #6e7072;
--color-3: #a7a8a9;
--color-4: #dadbd2;
--color-5: #f4f5f6;
}

Gray Magpie の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #393b3c, #6e7072, #a7a8a9, #dadbd2, #f4f5f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #393b3c, #6e7072, #a7a8a9, #dadbd2, #f4f5f6);
}

Gray Magpie color palette created on .