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