Metal Headache カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Metal Headache palette

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

Metal Headache カラー パレット PNG 画像

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

Metal Headache カラーパレット CSS

/* CSS */
.color-1 {
color: #4b3d4d;
}
.color-2 {
color: #7b6a7c;
}
.color-3 {
color: #b58c8f;
}
.color-4 {
color: #e4b8b4;
}
.color-5 {
color: #ffcecc;
}

/* CSS Variables */
:root {
--color-1: #4b3d4d;
--color-2: #7b6a7c;
--color-3: #b58c8f;
--color-4: #e4b8b4;
--color-5: #ffcecc;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d4d, #7b6a7c, #b58c8f, #e4b8b4, #ffcecc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d4d, #7b6a7c, #b58c8f, #e4b8b4, #ffcecc);
}

Metal Headache color palette created on .