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