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: #3b3b4e;
}
.color-2 {
color: #4d3f55;
}
.color-3 {
color: #5e3d71;
}
.color-4 {
color: #3c3c3e;
}
.color-5 {
color: #20202c;
}

/* CSS Variables */
:root {
--color-1: #3b3b4e;
--color-2: #4d3f55;
--color-3: #5e3d71;
--color-4: #3c3c3e;
--color-5: #20202c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b3b4e, #4d3f55, #5e3d71, #3c3c3e, #20202c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b3b4e, #4d3f55, #5e3d71, #3c3c3e, #20202c);
}

Dark Elegance color palette created on .