Blood Wine カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blood Wine palette
Blood Wine カラー パレット PNG 画像
Blood Wine カラーパレット CSS
/* CSS */
.color-1 {
color: #8f141d;
}
.color-2 {
color: #a41919;
}
.color-3 {
color: #bc2220;
}
.color-4 {
color: #ce2727;
}
.color-5 {
color: #d93836;
}
/* CSS Variables */
:root {
--color-1: #8f141d;
--color-2: #a41919;
--color-3: #bc2220;
--color-4: #ce2727;
--color-5: #d93836;
}
Blood Wine の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8f141d, #a41919, #bc2220, #ce2727, #d93836);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8f141d, #a41919, #bc2220, #ce2727, #d93836);
}
似たようなカラーパレット
Blood Wine color palette created on .