Fruitiger Aero Color Palette

Discover the beautiful Fruitiger Aero color palette featuring picton blue (#24a8f0), picton blue (#4cc3e1), aquamarine blue (#66e5bf), granny smith apple (#a9e59e) and saffron mango (#f9c54e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Bright, Green, Light, 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 Fruitiger Aero palette

Share this palette to:

💻 Fruitiger Aero color palette CSS

/* CSS */
.color-1 {
color: #24a8f0;
}
.color-2 {
color: #4cc3e1;
}
.color-3 {
color: #66e5bf;
}
.color-4 {
color: #a9e59e;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #24a8f0;
--color-2: #4cc3e1;
--color-3: #66e5bf;
--color-4: #a9e59e;
--color-5: #f9c54e;
}

🌈 Fruitiger Aero background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #24a8f0, #4cc3e1, #66e5bf, #a9e59e, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #24a8f0, #4cc3e1, #66e5bf, #a9e59e, #f9c54e);
}

Fruitiger Aero color palette created on .