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