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: #3a3c5a;
}
.color-2 {
color: #5d4c70;
}
.color-3 {
color: #6e6d8d;
}
.color-4 {
color: #bfb9d5;
}
.color-5 {
color: #d34a4d;
}

/* CSS Variables */
:root {
--color-1: #3a3c5a;
--color-2: #5d4c70;
--color-3: #6e6d8d;
--color-4: #bfb9d5;
--color-5: #d34a4d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a3c5a, #5d4c70, #6e6d8d, #bfb9d5, #d34a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a3c5a, #5d4c70, #6e6d8d, #bfb9d5, #d34a4d);
}

Gothic color palette created on .