Flightless Bird Color Palette
Discover the beautiful Flightless Bird color palette featuring summer green (#a4c1ae), harvest gold (#e1af7a), web orange (#f5a300), trinidad (#e75b04) and medium carmine (#a83b34).
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 Flightless Bird palette
💻 Flightless Bird color palette CSS
/* CSS */
.color-1 {
color: #a4c1ae;
}
.color-2 {
color: #e1af7a;
}
.color-3 {
color: #f5a300;
}
.color-4 {
color: #e75b04;
}
.color-5 {
color: #a83b34;
}
/* CSS Variables */
:root {
--color-1: #a4c1ae;
--color-2: #e1af7a;
--color-3: #f5a300;
--color-4: #e75b04;
--color-5: #a83b34;
} 🌈 Flightless Bird background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c1ae, #e1af7a, #f5a300, #e75b04, #a83b34);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c1ae, #e1af7a, #f5a300, #e75b04, #a83b34);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Flightless Bird color palette created on .