Apple Jack Color Palette
Discover the beautiful Apple Jack color palette featuring cinnabar (#ea5b3e), saffron (#f6b83c), primrose (#f1e2a7), gum leaf (#a9d6bb) and keppel (#3d9e9c).
Brightness
Saturation
Warmth
💡 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
💻 Apple Jack color palette CSS
/* CSS */
.color-1 {
color: #ea5b3e;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f1e2a7;
}
.color-4 {
color: #a9d6bb;
}
.color-5 {
color: #3d9e9c;
}
/* CSS Variables */
:root {
--color-1: #ea5b3e;
--color-2: #f6b83c;
--color-3: #f1e2a7;
--color-4: #a9d6bb;
--color-5: #3d9e9c;
} 🌈 Apple Jack background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ea5b3e, #f6b83c, #f1e2a7, #a9d6bb, #3d9e9c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ea5b3e, #f6b83c, #f1e2a7, #a9d6bb, #3d9e9c);
} 🔗 Explore similar color palettes
Apple Jack color palette created on .