Urban Monochrome カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Urban Monochrome palette
Urban Monochrome カラーパレット CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #171717;
}
.color-3 {
color: #adadad;
}
.color-4 {
color: #5c5c5c;
}
.color-5 {
color: #e0e0e0;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #171717;
--color-3: #adadad;
--color-4: #5c5c5c;
--color-5: #e0e0e0;
}
Urban Monochrome の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #171717, #adadad, #5c5c5c, #e0e0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #171717, #adadad, #5c5c5c, #e0e0e0);
}
似たようなカラーパレット
下にスクロールして300+個の白カラーパレットを探索しましょう
Urban Monochrome color palette created on .