Frutiger Aero Color Palette

Discover the beautiful Frutiger Aero color palette featuring eastern blue (#129aca), scooter (#33bcde), sky blue (#6dd6ec), ice cold (#9aeff2) and fantasy (#faefef).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeach, Blue, Bright, Cyan, Soft, Spring, Turquoise, 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: #129aca;
}
.color-2 {
color: #33bcde;
}
.color-3 {
color: #6dd6ec;
}
.color-4 {
color: #9aeff2;
}
.color-5 {
color: #faefef;
}

/* CSS Variables */
:root {
--color-1: #129aca;
--color-2: #33bcde;
--color-3: #6dd6ec;
--color-4: #9aeff2;
--color-5: #faefef;
}

🌈 Frutiger Aero background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #129aca, #33bcde, #6dd6ec, #9aeff2, #faefef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #129aca, #33bcde, #6dd6ec, #9aeff2, #faefef);
}

Frutiger Aero color palette created on .