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: #380a19;
}
.color-2 {
color: #732b2b;
}
.color-3 {
color: #b54a4a;
}
.color-4 {
color: #e67a7a;
}
.color-5 {
color: #ffb3b3;
}

/* CSS Variables */
:root {
--color-1: #380a19;
--color-2: #732b2b;
--color-3: #b54a4a;
--color-4: #e67a7a;
--color-5: #ffb3b3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #380a19, #732b2b, #b54a4a, #e67a7a, #ffb3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #380a19, #732b2b, #b54a4a, #e67a7a, #ffb3b3);
}

Vampire color palette created on .