Urban Farm カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Urban Farm palette

このパレットを共有する先:

Urban Farm カラーパレット CSS

/* CSS */
.color-1 {
color: #acce82;
}
.color-2 {
color: #7ca366;
}
.color-3 {
color: #628c54;
}
.color-4 {
color: #537043;
}
.color-5 {
color: #43553a;
}

/* CSS Variables */
:root {
--color-1: #acce82;
--color-2: #7ca366;
--color-3: #628c54;
--color-4: #537043;
--color-5: #43553a;
}

Urban Farm の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #acce82, #7ca366, #628c54, #537043, #43553a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #acce82, #7ca366, #628c54, #537043, #43553a);
}

似たようなカラーパレット

Urban Farm color palette created on .