Farm Color Palette

Discover the beautiful Farm color palette featuring sushi (#8caa3c), earls green (#b9c43b), golden sand (#f2d86e), tulip tree (#e8ab4f) and brown rust (#af573c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Bright, Earthy, Green, Harvest, Nature, Rustic, Vibrant, Yellow 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 Farm palette

Share this palette to:

💻 Farm color palette CSS

/* CSS */
.color-1 {
color: #8caa3c;
}
.color-2 {
color: #b9c43b;
}
.color-3 {
color: #f2d86e;
}
.color-4 {
color: #e8ab4f;
}
.color-5 {
color: #af573c;
}

/* CSS Variables */
:root {
--color-1: #8caa3c;
--color-2: #b9c43b;
--color-3: #f2d86e;
--color-4: #e8ab4f;
--color-5: #af573c;
}

🌈 Farm background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8caa3c, #b9c43b, #f2d86e, #e8ab4f, #af573c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8caa3c, #b9c43b, #f2d86e, #e8ab4f, #af573c);
}

Farm color palette created on .