Dark Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dark Elegance palette

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

Dark Elegance カラー パレット PNG 画像

Download dark elegance color palette PNG image (landscape)
Download dark elegance color palette PNG image (square)

Dark Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #4d0014;
}
.color-3 {
color: #80003b;
}
.color-4 {
color: #a80027;
}
.color-5 {
color: #c20013;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #4d0014;
--color-3: #80003b;
--color-4: #a80027;
--color-5: #c20013;
}

Dark Elegance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #4d0014, #80003b, #a80027, #c20013);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #4d0014, #80003b, #a80027, #c20013);
}

Dark Elegance color palette created on .