Red Vampire カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Vampire palette

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

Red Vampire カラーパレット CSS

/* CSS */
.color-1 {
color: #4d0a0a;
}
.color-2 {
color: #821c1c;
}
.color-3 {
color: #a73939;
}
.color-4 {
color: #d68080;
}
.color-5 {
color: #f1b1b1;
}

/* CSS Variables */
:root {
--color-1: #4d0a0a;
--color-2: #821c1c;
--color-3: #a73939;
--color-4: #d68080;
--color-5: #f1b1b1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d0a0a, #821c1c, #a73939, #d68080, #f1b1b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d0a0a, #821c1c, #a73939, #d68080, #f1b1b1);
}

Red Vampire color palette created on .