Bug Color Palette
Discover the beautiful Bug color palette featuring olive drab (#5a9a2d), atlantis (#a3c83c), barberry (#e4e41b), selective yellow (#f0b400) and tango (#f47f1f).
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 Bug palette
💻 Bug color palette CSS
/* CSS */
.color-1 {
color: #5a9a2d;
}
.color-2 {
color: #a3c83c;
}
.color-3 {
color: #e4e41b;
}
.color-4 {
color: #f0b400;
}
.color-5 {
color: #f47f1f;
}
/* CSS Variables */
:root {
--color-1: #5a9a2d;
--color-2: #a3c83c;
--color-3: #e4e41b;
--color-4: #f0b400;
--color-5: #f47f1f;
} 🌈 Bug background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a9a2d, #a3c83c, #e4e41b, #f0b400, #f47f1f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a9a2d, #a3c83c, #e4e41b, #f0b400, #f47f1f);
} 🔗 Explore similar color palettes
Bug color palette created on .