Phantom Dread カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Phantom Dread palette

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

Phantom Dread カラーパレット CSS

/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #a83e8f;
}
.color-3 {
color: #e16b8e;
}
.color-4 {
color: #fab700;
}
.color-5 {
color: #ef3e1f;
}

/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #a83e8f;
--color-3: #e16b8e;
--color-4: #fab700;
--color-5: #ef3e1f;
}

Phantom Dread の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #a83e8f, #e16b8e, #fab700, #ef3e1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #a83e8f, #e16b8e, #fab700, #ef3e1f);
}

Phantom Dread color palette created on .