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