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