Purple Scare カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Scare palette

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

Purple Scare カラーパレット CSS

/* CSS */
.color-1 {
color: #1d1e2f;
}
.color-2 {
color: #392960;
}
.color-3 {
color: #5d3e93;
}
.color-4 {
color: #7f53c6;
}
.color-5 {
color: #a87ac2;
}

/* CSS Variables */
:root {
--color-1: #1d1e2f;
--color-2: #392960;
--color-3: #5d3e93;
--color-4: #7f53c6;
--color-5: #a87ac2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1e2f, #392960, #5d3e93, #7f53c6, #a87ac2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1e2f, #392960, #5d3e93, #7f53c6, #a87ac2);
}

Purple Scare color palette created on .