Frutiger Aero Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Frutiger Aero palette

Share this palette to:

Frutiger Aero color palette CSS

/* CSS */
.color-1 {
color: #80c6e0;
}
.color-2 {
color: #5db6c0;
}
.color-3 {
color: #4d9aa3;
}
.color-4 {
color: #4b8b82;
}
.color-5 {
color: #f0c74c;
}

/* CSS Variables */
:root {
--color-1: #80c6e0;
--color-2: #5db6c0;
--color-3: #4d9aa3;
--color-4: #4b8b82;
--color-5: #f0c74c;
}

Frutiger Aero background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #80c6e0, #5db6c0, #4d9aa3, #4b8b82, #f0c74c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #80c6e0, #5db6c0, #4d9aa3, #4b8b82, #f0c74c);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Frutiger Aero color palette created on .