Loading...

Goth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Goth palette

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

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

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

Goth カラーパレット CSS

/* CSS */
.color-1 {
color: #1a1e23;
}
.color-2 {
color: #3f3f46;
}
.color-3 {
color: #6b6c76;
}
.color-4 {
color: #a5a6ac;
}
.color-5 {
color: #e0e0e5;
}

/* CSS Variables */
:root {
--color-1: #1a1e23;
--color-2: #3f3f46;
--color-3: #6b6c76;
--color-4: #a5a6ac;
--color-5: #e0e0e5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1e23, #3f3f46, #6b6c76, #a5a6ac, #e0e0e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1e23, #3f3f46, #6b6c76, #a5a6ac, #e0e0e5);
}

Goth color palette created on .