Metal カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Metal palette

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

Metal カラーパレット (PNG) をダウンロード

Download metal color palette PNG image (landscape)
Download metal color palette PNG image (square)

Metal カラーパレット CSS

/* CSS */
.color-1 {
color: #8a8d8f;
}
.color-2 {
color: #5d646f;
}
.color-3 {
color: #3b3f44;
}
.color-4 {
color: #2c2e30;
}
.color-5 {
color: #1b1d1d;
}

/* CSS Variables */
:root {
--color-1: #8a8d8f;
--color-2: #5d646f;
--color-3: #3b3f44;
--color-4: #2c2e30;
--color-5: #1b1d1d;
}

Metal の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a8d8f, #5d646f, #3b3f44, #2c2e30, #1b1d1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a8d8f, #5d646f, #3b3f44, #2c2e30, #1b1d1d);
}

Metal color palette created on .