Urban Farm カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Urban Farm palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Urban Farm カラーパレット (PNG) をダウンロード
Urban Farm カラーパレット CSS
/* CSS */
.color-1 {
color: #aad855;
}
.color-2 {
color: #75af3c;
}
.color-3 {
color: #558e2e;
}
.color-4 {
color: #466722;
}
.color-5 {
color: #384c1f;
}
/* CSS Variables */
:root {
--color-1: #aad855;
--color-2: #75af3c;
--color-3: #558e2e;
--color-4: #466722;
--color-5: #384c1f;
}
Urban Farm の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aad855, #75af3c, #558e2e, #466722, #384c1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aad855, #75af3c, #558e2e, #466722, #384c1f);
}
似たようなカラーパレット
Urban Farm color palette created on .