The Knife Fight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with The Knife Fight palette

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

The Knife Fight カラー パレット PNG 画像

Download the knife fight color palette PNG image (landscape)
Download the knife fight color palette PNG image (square)

The Knife Fight カラーパレット CSS

/* CSS */
.color-1 {
color: #292c33;
}
.color-2 {
color: #4f596d;
}
.color-3 {
color: #798996;
}
.color-4 {
color: #b0c4d8;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #292c33;
--color-2: #4f596d;
--color-3: #798996;
--color-4: #b0c4d8;
--color-5: #f0a800;
}

The Knife Fight の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #292c33, #4f596d, #798996, #b0c4d8, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #292c33, #4f596d, #798996, #b0c4d8, #f0a800);
}

The Knife Fight color palette created on .