Mystic Twilight カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Mystic Twilight palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Mystic Twilight カラーパレット (PNG) をダウンロード
Mystic Twilight カラーパレット CSS
/* CSS */
.color-1 {
color: #362546;
}
.color-2 {
color: #0d0908;
}
.color-3 {
color: #bb6fe7;
}
.color-4 {
color: #755397;
}
.color-5 {
color: #5f516c;
}
/* CSS Variables */
:root {
--color-1: #362546;
--color-2: #0d0908;
--color-3: #bb6fe7;
--color-4: #755397;
--color-5: #5f516c;
}
Mystic Twilight の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #362546, #0d0908, #bb6fe7, #755397, #5f516c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #362546, #0d0908, #bb6fe7, #755397, #5f516c);
}
似たようなカラーパレット
Mystic Twilight color palette created on .