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