Gothic Vibes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Gothic Vibes palette

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

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

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

Gothic Vibes カラーパレット CSS

/* CSS */
.color-1 {
color: #1a1a1e;
}
.color-2 {
color: #3c3c3e;
}
.color-3 {
color: #5c5c61;
}
.color-4 {
color: #a1a1a5;
}
.color-5 {
color: #f1f1f3;
}

/* CSS Variables */
:root {
--color-1: #1a1a1e;
--color-2: #3c3c3e;
--color-3: #5c5c61;
--color-4: #a1a1a5;
--color-5: #f1f1f3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1e, #3c3c3e, #5c5c61, #a1a1a5, #f1f1f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1e, #3c3c3e, #5c5c61, #a1a1a5, #f1f1f3);
}

Gothic Vibes color palette created on .