Apple Orchard Color Palette

Discover the beautiful Apple Orchard color palette featuring apple (#4fa93d), conifer (#a4d84f), zombie (#d3e39c), sidecar (#f1e2b1) and cinnabar (#e84e2c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fruit, Green, Nature, Red, Summer, 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 Apple Orchard palette

Share this palette to:

💻 Apple Orchard color palette CSS

/* CSS */
.color-1 {
color: #4fa93d;
}
.color-2 {
color: #a4d84f;
}
.color-3 {
color: #d3e39c;
}
.color-4 {
color: #f1e2b1;
}
.color-5 {
color: #e84e2c;
}

/* CSS Variables */
:root {
--color-1: #4fa93d;
--color-2: #a4d84f;
--color-3: #d3e39c;
--color-4: #f1e2b1;
--color-5: #e84e2c;
}

🌈 Apple Orchard background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4fa93d, #a4d84f, #d3e39c, #f1e2b1, #e84e2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4fa93d, #a4d84f, #d3e39c, #f1e2b1, #e84e2c);
}

Apple Orchard color palette created on .