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