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