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

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Green, Nature, Orange, Summer, Yellow color palettes and combinations.

💡 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

Share this palette to:

💻 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);
}

Bug color palette created on .