Whispers of Illusion カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Illusion palette

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

Whispers of Illusion カラーパレット CSS

/* CSS */
.color-1 {
color: #4b2e8e;
}
.color-2 {
color: #785d98;
}
.color-3 {
color: #b49fc6;
}
.color-4 {
color: #f4c7ff;
}
.color-5 {
color: #ff7092;
}

/* CSS Variables */
:root {
--color-1: #4b2e8e;
--color-2: #785d98;
--color-3: #b49fc6;
--color-4: #f4c7ff;
--color-5: #ff7092;
}

Whispers of Illusion の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b2e8e, #785d98, #b49fc6, #f4c7ff, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b2e8e, #785d98, #b49fc6, #f4c7ff, #ff7092);
}

Whispers of Illusion color palette created on .