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