Death カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Death palette

このパレットを共有する先:

Death カラー パレット PNG 画像

Download death color palette PNG image (landscape)
Download death color palette PNG image (square)

Death カラーパレット CSS

/* CSS */
.color-1 {
color: #380a43;
}
.color-2 {
color: #6c1e80;
}
.color-3 {
color: #a44c9b;
}
.color-4 {
color: #e2a7c6;
}
.color-5 {
color: #f0d1d5;
}

/* CSS Variables */
:root {
--color-1: #380a43;
--color-2: #6c1e80;
--color-3: #a44c9b;
--color-4: #e2a7c6;
--color-5: #f0d1d5;
}

Death の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #380a43, #6c1e80, #a44c9b, #e2a7c6, #f0d1d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #380a43, #6c1e80, #a44c9b, #e2a7c6, #f0d1d5);
}

Death color palette created on .