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