Twilight Veil カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Twilight Veil palette
Twilight Veil カラーパレット CSS
/* CSS */
.color-1 {
color: #2e2a65;
}
.color-2 {
color: #4c4c90;
}
.color-3 {
color: #6969ab;
}
.color-4 {
color: #8676c1;
}
.color-5 {
color: #b58bc6;
}
/* CSS Variables */
:root {
--color-1: #2e2a65;
--color-2: #4c4c90;
--color-3: #6969ab;
--color-4: #8676c1;
--color-5: #b58bc6;
}
Twilight Veil の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e2a65, #4c4c90, #6969ab, #8676c1, #b58bc6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e2a65, #4c4c90, #6969ab, #8676c1, #b58bc6);
}
似たようなカラーパレット
Twilight Veil color palette created on .