Gothic Garden カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Gothic Garden palette

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

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

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

Gothic Garden カラーパレット CSS

/* CSS */
.color-1 {
color: #4a2b41;
}
.color-2 {
color: #6a4e8d;
}
.color-3 {
color: #a77b9d;
}
.color-4 {
color: #d5b3c0;
}
.color-5 {
color: #f4cf3e;
}

/* CSS Variables */
:root {
--color-1: #4a2b41;
--color-2: #6a4e8d;
--color-3: #a77b9d;
--color-4: #d5b3c0;
--color-5: #f4cf3e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2b41, #6a4e8d, #a77b9d, #d5b3c0, #f4cf3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2b41, #6a4e8d, #a77b9d, #d5b3c0, #f4cf3e);
}

Gothic Garden color palette created on .