Vampire カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Vampire palette
Vampire カラー パレット PNG 画像
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 .