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