Frutiger Metro Color Palette
Discover the beautiful Frutiger Metro color palette featuring orange (#ff6d1f), bright sun (#ffc83d), keppel (#40b5a2), steel blue (#4f7dba) and jacarta (#2e295b).
Brightness
Saturation
Warmth
💡 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 Metro palette
💻 Frutiger Metro color palette CSS
/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffc83d;
}
.color-3 {
color: #40b5a2;
}
.color-4 {
color: #4f7dba;
}
.color-5 {
color: #2e295b;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffc83d;
--color-3: #40b5a2;
--color-4: #4f7dba;
--color-5: #2e295b;
} 🌈 Frutiger Metro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffc83d, #40b5a2, #4f7dba, #2e295b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffc83d, #40b5a2, #4f7dba, #2e295b);
} 🔗 Explore similar color palettes
Frutiger Metro color palette created on .