Discover the beautiful Pastoral Harvest color palette featuring fruit salad (#4f9c59), moss green (#b3d99b), sandwisp (#f6e4a2), saffron mango (#f9b85d) and burnt sienna (#e7693c).

Pastoral Harvest Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Pastoral Harvest palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Pastoral Harvest palette

Share this palette to:

💻 Pastoral Harvest color palette CSS

/* CSS */
.color-1 {
color: #4f9c59;
}
.color-2 {
color: #b3d99b;
}
.color-3 {
color: #f6e4a2;
}
.color-4 {
color: #f9b85d;
}
.color-5 {
color: #e7693c;
}

/* CSS Variables */
:root {
--color-1: #4f9c59;
--color-2: #b3d99b;
--color-3: #f6e4a2;
--color-4: #f9b85d;
--color-5: #e7693c;
}

🌈 Pastoral Harvest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f9c59, #b3d99b, #f6e4a2, #f9b85d, #e7693c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f9c59, #b3d99b, #f6e4a2, #f9b85d, #e7693c);
}

Pastoral Harvest color palette created on .