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