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