Vampire カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vampire palette

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

Vampire カラー パレット PNG 画像

Download vampire color palette PNG image (landscape)
Download vampire color palette PNG image (square)

Vampire カラーパレット CSS

/* CSS */
.color-1 {
color: #4b0c0f;
}
.color-2 {
color: #8d1c21;
}
.color-3 {
color: #c84c4e;
}
.color-4 {
color: #d9b4c6;
}
.color-5 {
color: #f5e0e4;
}

/* CSS Variables */
:root {
--color-1: #4b0c0f;
--color-2: #8d1c21;
--color-3: #c84c4e;
--color-4: #d9b4c6;
--color-5: #f5e0e4;
}

Vampire の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b0c0f, #8d1c21, #c84c4e, #d9b4c6, #f5e0e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b0c0f, #8d1c21, #c84c4e, #d9b4c6, #f5e0e4);
}

Vampire color palette created on .