Apple Jack Color Palette

Discover the beautiful Apple Jack color palette featuring brick red (#c82d3a), mandy (#e64f4c), sandy brown (#f1a85f), new orleans (#f3d59b) and moss green (#a9d7a3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fruit, Green, Orange, 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 Jack palette

Share this palette to:

💻 Apple Jack color palette CSS

/* CSS */
.color-1 {
color: #c82d3a;
}
.color-2 {
color: #e64f4c;
}
.color-3 {
color: #f1a85f;
}
.color-4 {
color: #f3d59b;
}
.color-5 {
color: #a9d7a3;
}

/* CSS Variables */
:root {
--color-1: #c82d3a;
--color-2: #e64f4c;
--color-3: #f1a85f;
--color-4: #f3d59b;
--color-5: #a9d7a3;
}

🌈 Apple Jack background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c82d3a, #e64f4c, #f1a85f, #f3d59b, #a9d7a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c82d3a, #e64f4c, #f1a85f, #f3d59b, #a9d7a3);
}

Apple Jack color palette created on .