Honey Bee Color Palette
Discover the beautiful Honey Bee color palette featuring goldenrod (#fdd671), saffron mango (#fbc065), casablanca (#f6a74b), carrot orange (#ee902b) and golden bell (#dd9015).
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 Honey Bee palette
💻 Honey Bee color palette CSS
/* CSS */
.color-1 {
color: #fdd671;
}
.color-2 {
color: #fbc065;
}
.color-3 {
color: #f6a74b;
}
.color-4 {
color: #ee902b;
}
.color-5 {
color: #dd9015;
}
/* CSS Variables */
:root {
--color-1: #fdd671;
--color-2: #fbc065;
--color-3: #f6a74b;
--color-4: #ee902b;
--color-5: #dd9015;
} 🌈 Honey Bee background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdd671, #fbc065, #f6a74b, #ee902b, #dd9015);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdd671, #fbc065, #f6a74b, #ee902b, #dd9015);
} 🔗 Explore similar color palettes
Honey Bee color palette created on .