Mystic Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mystic Twilight palette

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

Mystic Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #6a4c94;
}
.color-2 {
color: #8e5bae;
}
.color-3 {
color: #c3a6d9;
}
.color-4 {
color: #d9b58c;
}
.color-5 {
color: #f8c572;
}

/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #8e5bae;
--color-3: #c3a6d9;
--color-4: #d9b58c;
--color-5: #f8c572;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #8e5bae, #c3a6d9, #d9b58c, #f8c572);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #8e5bae, #c3a6d9, #d9b58c, #f8c572);
}

Mystic Twilight color palette created on .