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