Linkin Park カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Linkin Park palette

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

Linkin Park カラー パレット PNG 画像

Download linkin park color palette PNG image (landscape)
Download linkin park color palette PNG image (square)

Linkin Park カラーパレット CSS

/* CSS */
.color-1 {
color: #1f1f1f;
}
.color-2 {
color: #3b3b3b;
}
.color-3 {
color: #707070;
}
.color-4 {
color: #a6a6a6;
}
.color-5 {
color: #e3e3e3;
}

/* CSS Variables */
:root {
--color-1: #1f1f1f;
--color-2: #3b3b3b;
--color-3: #707070;
--color-4: #a6a6a6;
--color-5: #e3e3e3;
}

Linkin Park の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f1f, #3b3b3b, #707070, #a6a6a6, #e3e3e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f1f, #3b3b3b, #707070, #a6a6a6, #e3e3e3);
}

Linkin Park color palette created on .