Bumblebee Color Palette

Discover the beautiful Bumblebee color palette featuring bright sun (#f9d72f), web orange (#faa700), rajah (#f5b55c), web orange (#e6a400) and crete (#7c7f29).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withYellow, Bright, Gold, Light, Fun, Summer 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 Bumblebee palette

Share this palette to:

💻 Bumblebee color palette CSS

/* CSS */
.color-1 {
color: #f9d72f;
}
.color-2 {
color: #faa700;
}
.color-3 {
color: #f5b55c;
}
.color-4 {
color: #e6a400;
}
.color-5 {
color: #7c7f29;
}

/* CSS Variables */
:root {
--color-1: #f9d72f;
--color-2: #faa700;
--color-3: #f5b55c;
--color-4: #e6a400;
--color-5: #7c7f29;
}

🌈 Bumblebee background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d72f, #faa700, #f5b55c, #e6a400, #7c7f29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d72f, #faa700, #f5b55c, #e6a400, #7c7f29);
}

Bumblebee color palette created on .