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