Gothic Grace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Gothic Grace palette

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

Gothic Grace カラーパレット CSS

/* CSS */
.color-1 {
color: #3e3c5d;
}
.color-2 {
color: #5a4e8d;
}
.color-3 {
color: #8a7bbc;
}
.color-4 {
color: #b6a4d0;
}
.color-5 {
color: #e3c9e9;
}

/* CSS Variables */
:root {
--color-1: #3e3c5d;
--color-2: #5a4e8d;
--color-3: #8a7bbc;
--color-4: #b6a4d0;
--color-5: #e3c9e9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e3c5d, #5a4e8d, #8a7bbc, #b6a4d0, #e3c9e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e3c5d, #5a4e8d, #8a7bbc, #b6a4d0, #e3c9e9);
}

Gothic Grace color palette created on .