Cannibal Corpse カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cannibal Corpse palette

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

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

Download cannibal corpse color palette PNG image (landscape)
Download cannibal corpse color palette PNG image (square)

Cannibal Corpse カラーパレット CSS

/* CSS */
.color-1 {
color: #3d0a0a;
}
.color-2 {
color: #6f1f1f;
}
.color-3 {
color: #a8503e;
}
.color-4 {
color: #d4b3a1;
}
.color-5 {
color: #f7e6d4;
}

/* CSS Variables */
:root {
--color-1: #3d0a0a;
--color-2: #6f1f1f;
--color-3: #a8503e;
--color-4: #d4b3a1;
--color-5: #f7e6d4;
}

Cannibal Corpse の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d0a0a, #6f1f1f, #a8503e, #d4b3a1, #f7e6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d0a0a, #6f1f1f, #a8503e, #d4b3a1, #f7e6d4);
}

Cannibal Corpse color palette created on .