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