Mystic Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mystic Twilight palette

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

Mystic Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #2e1a47;
}
.color-2 {
color: #5b3e89;
}
.color-3 {
color: #906ebf;
}
.color-4 {
color: #b59fdb;
}
.color-5 {
color: #f3d3e5;
}

/* CSS Variables */
:root {
--color-1: #2e1a47;
--color-2: #5b3e89;
--color-3: #906ebf;
--color-4: #b59fdb;
--color-5: #f3d3e5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e1a47, #5b3e89, #906ebf, #b59fdb, #f3d3e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e1a47, #5b3e89, #906ebf, #b59fdb, #f3d3e5);
}

Mystic Twilight color palette created on .