Gothic カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Gothic palette

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

Gothic カラーパレット (PNG) をダウンロード

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

Gothic カラーパレット CSS

/* CSS */
.color-1 {
color: #2d2b2a;
}
.color-2 {
color: #5f4c61;
}
.color-3 {
color: #8a6a90;
}
.color-4 {
color: #b6a8d7;
}
.color-5 {
color: #f2e5f5;
}

/* CSS Variables */
:root {
--color-1: #2d2b2a;
--color-2: #5f4c61;
--color-3: #8a6a90;
--color-4: #b6a8d7;
--color-5: #f2e5f5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d2b2a, #5f4c61, #8a6a90, #b6a8d7, #f2e5f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d2b2a, #5f4c61, #8a6a90, #b6a8d7, #f2e5f5);
}

Gothic color palette created on .