Twilight Wings カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Twilight Wings palette
Twilight Wings カラーパレット CSS
/* CSS */
.color-1 {
color: #6a4c94;
}
.color-2 {
color: #8a5bae;
}
.color-3 {
color: #d6a7e2;
}
.color-4 {
color: #f7c8b6;
}
.color-5 {
color: #f0a400;
}
/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #8a5bae;
--color-3: #d6a7e2;
--color-4: #f7c8b6;
--color-5: #f0a400;
}
Twilight Wings の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #8a5bae, #d6a7e2, #f7c8b6, #f0a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #8a5bae, #d6a7e2, #f7c8b6, #f0a400);
}
似たようなカラーパレット
下にスクロールして200+個の紫カラーパレットを探索しましょう
Twilight Wings color palette created on .