Urban Farm Color Palette
Discover the beautiful Urban Farm color palette featuring wild willow (#acce82), asparagus (#7da467), hippie green (#638d55), chalet green (#526e42) and tom thumb (#44563b).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Urban Farm palette
💻 Urban Farm color palette CSS
/* CSS */
.color-1 {
color: #acce82;
}
.color-2 {
color: #7da467;
}
.color-3 {
color: #638d55;
}
.color-4 {
color: #526e42;
}
.color-5 {
color: #44563b;
}
/* CSS Variables */
:root {
--color-1: #acce82;
--color-2: #7da467;
--color-3: #638d55;
--color-4: #526e42;
--color-5: #44563b;
} 🌈 Urban Farm background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #acce82, #7da467, #638d55, #526e42, #44563b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #acce82, #7da467, #638d55, #526e42, #44563b);
} 🔗 Explore similar color palettes
Urban Farm color palette created on .