Gothic Glamour カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Gothic Glamour palette

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

Gothic Glamour カラーパレット CSS

/* CSS */
.color-1 {
color: #490e2e;
}
.color-2 {
color: #7e2a54;
}
.color-3 {
color: #b95077;
}
.color-4 {
color: #e69eb5;
}
.color-5 {
color: #f4c3d8;
}

/* CSS Variables */
:root {
--color-1: #490e2e;
--color-2: #7e2a54;
--color-3: #b95077;
--color-4: #e69eb5;
--color-5: #f4c3d8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #490e2e, #7e2a54, #b95077, #e69eb5, #f4c3d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #490e2e, #7e2a54, #b95077, #e69eb5, #f4c3d8);
}

Gothic Glamour color palette created on .