Urban Farm Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Urban Farm palette
Color Inspiration
Images that showcase this color palette in real designs
Download Urban Farm Color Palette (PNG)
Urban Farm color palette 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 background gradient 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);
}
Similar color palettes
Urban Farm color palette created on .