Frutiger Aero Color Palette

Discover the beautiful Frutiger Aero color palette featuring eastern blue (#1299ca), scooter (#35bcde), sky blue (#6fd7ec), ice cold (#9ceff2) and fantasy (#faefef).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Cyan, Turquoise, Bright, Soft, Spring, Beach, Vibrant 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 Frutiger Aero palette

Share this palette to:

💻 Frutiger Aero color palette CSS

/* CSS */
.color-1 {
color: #1299ca;
}
.color-2 {
color: #35bcde;
}
.color-3 {
color: #6fd7ec;
}
.color-4 {
color: #9ceff2;
}
.color-5 {
color: #faefef;
}

/* CSS Variables */
:root {
--color-1: #1299ca;
--color-2: #35bcde;
--color-3: #6fd7ec;
--color-4: #9ceff2;
--color-5: #faefef;
}

🌈 Frutiger Aero background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1299ca, #35bcde, #6fd7ec, #9ceff2, #faefef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1299ca, #35bcde, #6fd7ec, #9ceff2, #faefef);
}

Frutiger Aero color palette created on .