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