Apple Jack Farm Color Palette

Discover the beautiful Apple Jack Farm color palette featuring flame pea (#d7593c), muddy waters (#b57e5a), anzac (#e3b74f), maize (#f4d99f) and shadow green (#a3c8b7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Bright, Coastal, Earthy, Green, Orange, Sunset 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 Jack Farm palette

Share this palette to:

💻 Apple Jack Farm color palette CSS

/* CSS */
.color-1 {
color: #d7593c;
}
.color-2 {
color: #b57e5a;
}
.color-3 {
color: #e3b74f;
}
.color-4 {
color: #f4d99f;
}
.color-5 {
color: #a3c8b7;
}

/* CSS Variables */
:root {
--color-1: #d7593c;
--color-2: #b57e5a;
--color-3: #e3b74f;
--color-4: #f4d99f;
--color-5: #a3c8b7;
}

🌈 Apple Jack Farm background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7593c, #b57e5a, #e3b74f, #f4d99f, #a3c8b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7593c, #b57e5a, #e3b74f, #f4d99f, #a3c8b7);
}

Apple Jack Farm color palette created on .