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