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