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