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