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