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