Veil of Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Veil of Twilight palette

このパレットを共有する先:

Veil of Twilight カラー パレット PNG 画像

Download veil of twilight color palette PNG image (landscape)
Download veil of twilight color palette PNG image (square)

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 .