Mystic Twilight カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Mystic Twilight palette
Mystic Twilight カラーパレット CSS
/* CSS */
.color-1 {
color: #c7a0d4;
}
.color-2 {
color: #a67dbf;
}
.color-3 {
color: #695b9a;
}
.color-4 {
color: #494f9c;
}
.color-5 {
color: #3d7999;
}
/* CSS Variables */
:root {
--color-1: #c7a0d4;
--color-2: #a67dbf;
--color-3: #695b9a;
--color-4: #494f9c;
--color-5: #3d7999;
}
Mystic Twilight の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7a0d4, #a67dbf, #695b9a, #494f9c, #3d7999);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7a0d4, #a67dbf, #695b9a, #494f9c, #3d7999);
}
似たようなカラーパレット
Mystic Twilight color palette created on .