Mystic Illusion カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mystic Illusion palette

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

Mystic Illusion カラーパレット CSS

/* CSS */
.color-1 {
color: #d1b3ff;
}
.color-2 {
color: #9b66e1;
}
.color-3 {
color: #6d40b5;
}
.color-4 {
color: #4a1f8e;
}
.color-5 {
color: #2b0a5c;
}

/* CSS Variables */
:root {
--color-1: #d1b3ff;
--color-2: #9b66e1;
--color-3: #6d40b5;
--color-4: #4a1f8e;
--color-5: #2b0a5c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1b3ff, #9b66e1, #6d40b5, #4a1f8e, #2b0a5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1b3ff, #9b66e1, #6d40b5, #4a1f8e, #2b0a5c);
}

Mystic Illusion color palette created on .