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