Yellow Bumble Bee Color Palette
Discover the beautiful Yellow Bumble Bee color palette featuring sandwisp (#f6f09d), new orleans (#f1cd93), seashell peach (#fff6f0), cotton candy (#ffbdee) and carnation pink (#fe95d6).
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 Yellow Bumble Bee palette
💻 Yellow Bumble Bee color palette CSS
/* CSS */
.color-1 {
color: #f6f09d;
}
.color-2 {
color: #f1cd93;
}
.color-3 {
color: #fff6f0;
}
.color-4 {
color: #ffbdee;
}
.color-5 {
color: #fe95d6;
}
/* CSS Variables */
:root {
--color-1: #f6f09d;
--color-2: #f1cd93;
--color-3: #fff6f0;
--color-4: #ffbdee;
--color-5: #fe95d6;
}
🌈 Yellow Bumble Bee background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f09d, #f1cd93, #fff6f0, #ffbdee, #fe95d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f09d, #f1cd93, #fff6f0, #ffbdee, #fe95d6);
}
🔗 Explore similar color palettes
Yellow Bumble Bee color palette created on .