Death カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Death palette
Death カラーパレット (PNG) をダウンロード
Death カラーパレット CSS
/* CSS */
.color-1 {
color: #3a2733;
}
.color-2 {
color: #724b69;
}
.color-3 {
color: #9e7089;
}
.color-4 {
color: #d99ba2;
}
.color-5 {
color: #c94f58;
}
/* CSS Variables */
:root {
--color-1: #3a2733;
--color-2: #724b69;
--color-3: #9e7089;
--color-4: #d99ba2;
--color-5: #c94f58;
}
Death の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a2733, #724b69, #9e7089, #d99ba2, #c94f58);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a2733, #724b69, #9e7089, #d99ba2, #c94f58);
}
似たようなカラーパレット
Death color palette created on .