Purple Goth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Goth palette

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

Purple Goth カラーパレット CSS

/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #9e5bc2;
}
.color-3 {
color: #b97cda;
}
.color-4 {
color: #c6a3e1;
}
.color-5 {
color: #e2c8f4;
}

/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #9e5bc2;
--color-3: #b97cda;
--color-4: #c6a3e1;
--color-5: #e2c8f4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #9e5bc2, #b97cda, #c6a3e1, #e2c8f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #9e5bc2, #b97cda, #c6a3e1, #e2c8f4);
}

Purple Goth color palette created on .