Kill Code カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Kill Code palette

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

Kill Code カラー パレット PNG 画像

Download kill code color palette PNG image (landscape)
Download kill code color palette PNG image (square)

Kill Code カラーパレット CSS

/* CSS */
.color-1 {
color: #1a1e23;
}
.color-2 {
color: #4c5e70;
}
.color-3 {
color: #87a3b0;
}
.color-4 {
color: #c5d7e2;
}
.color-5 {
color: #f2e6e3;
}

/* CSS Variables */
:root {
--color-1: #1a1e23;
--color-2: #4c5e70;
--color-3: #87a3b0;
--color-4: #c5d7e2;
--color-5: #f2e6e3;
}

Kill Code の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1e23, #4c5e70, #87a3b0, #c5d7e2, #f2e6e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1e23, #4c5e70, #87a3b0, #c5d7e2, #f2e6e3);
}

Kill Code color palette created on .