Phantasm カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Phantasm palette

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

Phantasm カラー パレット PNG 画像

Download phantasm color palette PNG image (landscape)
Download phantasm color palette PNG image (square)

Phantasm カラーパレット CSS

/* CSS */
.color-1 {
color: #8014ad;
}
.color-2 {
color: #5822c3;
}
.color-3 {
color: #2a42cb;
}
.color-4 {
color: #1d95f7;
}
.color-5 {
color: #02a6f2;
}

/* CSS Variables */
:root {
--color-1: #8014ad;
--color-2: #5822c3;
--color-3: #2a42cb;
--color-4: #1d95f7;
--color-5: #02a6f2;
}

Phantasm の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8014ad, #5822c3, #2a42cb, #1d95f7, #02a6f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8014ad, #5822c3, #2a42cb, #1d95f7, #02a6f2);
}

Phantasm color palette created on .