Avião Color Palette
Discover the beautiful Avião color palette featuring regent st blue (#a1c2e2), fountain blue (#689ac4), san marino (#3f6a92), calypso (#2a5c7a) and blumine (#1b4e69).
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 Avião palette
💻 Avião color palette CSS
/* CSS */
.color-1 {
color: #a1c2e2;
}
.color-2 {
color: #689ac4;
}
.color-3 {
color: #3f6a92;
}
.color-4 {
color: #2a5c7a;
}
.color-5 {
color: #1b4e69;
}
/* CSS Variables */
:root {
--color-1: #a1c2e2;
--color-2: #689ac4;
--color-3: #3f6a92;
--color-4: #2a5c7a;
--color-5: #1b4e69;
} 🌈 Avião background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1c2e2, #689ac4, #3f6a92, #2a5c7a, #1b4e69);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1c2e2, #689ac4, #3f6a92, #2a5c7a, #1b4e69);
} 🔗 Explore similar color palettes
Avião color palette created on .