Apple Jack Color Palette

Discover the beautiful Apple Jack color palette featuring vivid tangerine (#ff8080), hit pink (#ffa985), salomie (#ffda85), reef (#bcff85) and mint green (#85ffa9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPeach, Pink, Soft, Spring, Vibrant, Warm, 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: #ff8080;
}
.color-2 {
color: #ffa985;
}
.color-3 {
color: #ffda85;
}
.color-4 {
color: #bcff85;
}
.color-5 {
color: #85ffa9;
}

/* CSS Variables */
:root {
--color-1: #ff8080;
--color-2: #ffa985;
--color-3: #ffda85;
--color-4: #bcff85;
--color-5: #85ffa9;
}

🌈 Apple Jack background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8080, #ffa985, #ffda85, #bcff85, #85ffa9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8080, #ffa985, #ffda85, #bcff85, #85ffa9);
}

Apple Jack color palette created on .