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