Urban Farm Color Palette

Discover the beautiful Urban Farm color palette featuring conifer (#a2d15c), apple (#6da046), apple (#4b8132), woodland (#3b5c23) and mallard (#293a1d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Earthy, Bright, Nature, Vegetable, Garden color palettes and combinations.

💡 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

Share this palette to:

💻 Urban Farm color palette 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 background gradient 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 .