Gothic Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Gothic Elegance palette

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

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

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

Gothic Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #3a3b41;
}
.color-2 {
color: #5b5b67;
}
.color-3 {
color: #898990;
}
.color-4 {
color: #b8b2b5;
}
.color-5 {
color: #dad7d9;
}

/* CSS Variables */
:root {
--color-1: #3a3b41;
--color-2: #5b5b67;
--color-3: #898990;
--color-4: #b8b2b5;
--color-5: #dad7d9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a3b41, #5b5b67, #898990, #b8b2b5, #dad7d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a3b41, #5b5b67, #898990, #b8b2b5, #dad7d9);
}

Gothic Elegance color palette created on .