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