Bloody Suit カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Bloody Suit palette
Bloody Suit カラーパレット CSS
/* CSS */
.color-1 {
color: #b42233;
}
.color-2 {
color: #d10031;
}
.color-3 {
color: #d6383d;
}
.color-4 {
color: #e74d3c;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #b42233;
--color-2: #d10031;
--color-3: #d6383d;
--color-4: #e74d3c;
--color-5: #ff6e61;
}
Bloody Suit の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b42233, #d10031, #d6383d, #e74d3c, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b42233, #d10031, #d6383d, #e74d3c, #ff6e61);
}
似たようなカラーパレット
Bloody Suit color palette created on .