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: #1e1a23;
}
.color-2 {
color: #4b3d4d;
}
.color-3 {
color: #784f4f;
}
.color-4 {
color: #b46e7c;
}
.color-5 {
color: #e6a2b2;
}

/* CSS Variables */
:root {
--color-1: #1e1a23;
--color-2: #4b3d4d;
--color-3: #784f4f;
--color-4: #b46e7c;
--color-5: #e6a2b2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1a23, #4b3d4d, #784f4f, #b46e7c, #e6a2b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1a23, #4b3d4d, #784f4f, #b46e7c, #e6a2b2);
}

Gothic color palette created on .