Hallucination カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Hallucination palette

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

Hallucination カラー パレット PNG 画像

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

Hallucination カラーパレット CSS

/* CSS */
.color-1 {
color: #792c90;
}
.color-2 {
color: #a06bbd;
}
.color-3 {
color: #d3a4e5;
}
.color-4 {
color: #f3bfdf;
}
.color-5 {
color: #ff9e9e;
}

/* CSS Variables */
:root {
--color-1: #792c90;
--color-2: #a06bbd;
--color-3: #d3a4e5;
--color-4: #f3bfdf;
--color-5: #ff9e9e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #792c90, #a06bbd, #d3a4e5, #f3bfdf, #ff9e9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #792c90, #a06bbd, #d3a4e5, #f3bfdf, #ff9e9e);
}

Hallucination color palette created on .