Blood Bat カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blood Bat palette

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

Blood Bat カラー パレット PNG 画像

Download blood bat color palette PNG image (landscape)
Download blood bat color palette PNG image (square)

Blood Bat カラーパレット CSS

/* CSS */
.color-1 {
color: #4b0c0d;
}
.color-2 {
color: #7e1b1e;
}
.color-3 {
color: #b42d34;
}
.color-4 {
color: #f04e4c;
}
.color-5 {
color: #ff8a8a;
}

/* CSS Variables */
:root {
--color-1: #4b0c0d;
--color-2: #7e1b1e;
--color-3: #b42d34;
--color-4: #f04e4c;
--color-5: #ff8a8a;
}

Blood Bat の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b0c0d, #7e1b1e, #b42d34, #f04e4c, #ff8a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b0c0d, #7e1b1e, #b42d34, #f04e4c, #ff8a8a);
}

Blood Bat color palette created on .