Austrian Airlines Red Color Palette
Discover the beautiful Austrian Airlines Red color palette featuring crimson (#c6102e), carmine (#a30029), venetian red (#7a001d), monza (#d60032) and mandys pink (#f7baba).
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 Austrian Airlines Red palette
💻 Austrian Airlines Red color palette CSS
/* CSS */
.color-1 {
color: #c6102e;
}
.color-2 {
color: #a30029;
}
.color-3 {
color: #7a001d;
}
.color-4 {
color: #d60032;
}
.color-5 {
color: #f7baba;
}
/* CSS Variables */
:root {
--color-1: #c6102e;
--color-2: #a30029;
--color-3: #7a001d;
--color-4: #d60032;
--color-5: #f7baba;
} 🌈 Austrian Airlines Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6102e, #a30029, #7a001d, #d60032, #f7baba);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6102e, #a30029, #7a001d, #d60032, #f7baba);
} 🔗 Explore similar color palettes
Austrian Airlines Red color palette created on .