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