Mystic Twilight カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Mystic Twilight palette
Mystic Twilight カラーパレット CSS
/* CSS */
.color-1 {
color: #403a59;
}
.color-2 {
color: #7f7b9d;
}
.color-3 {
color: #b1a7c8;
}
.color-4 {
color: #d3b6d3;
}
.color-5 {
color: #f4c3c3;
}
/* CSS Variables */
:root {
--color-1: #403a59;
--color-2: #7f7b9d;
--color-3: #b1a7c8;
--color-4: #d3b6d3;
--color-5: #f4c3c3;
}
Mystic Twilight の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #403a59, #7f7b9d, #b1a7c8, #d3b6d3, #f4c3c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #403a59, #7f7b9d, #b1a7c8, #d3b6d3, #f4c3c3);
}
似たようなカラーパレット
下にスクロールして300+個のエステティックカラーパレットを探索しましょう
Mystic Twilight color palette created on .