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