Lightbulb Color Palette
Discover the beautiful Lightbulb color palette featuring portica (#f6ec60), goldenrod (#f9d66c), goldenrod (#fbce74), rose bud (#f8b2a0) and brink pink (#f65a79).
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 Lightbulb palette
💻 Lightbulb color palette CSS
/* CSS */
.color-1 {
color: #f6ec60;
}
.color-2 {
color: #f9d66c;
}
.color-3 {
color: #fbce74;
}
.color-4 {
color: #f8b2a0;
}
.color-5 {
color: #f65a79;
}
/* CSS Variables */
:root {
--color-1: #f6ec60;
--color-2: #f9d66c;
--color-3: #fbce74;
--color-4: #f8b2a0;
--color-5: #f65a79;
} 🌈 Lightbulb background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6ec60, #f9d66c, #fbce74, #f8b2a0, #f65a79);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6ec60, #f9d66c, #fbce74, #f8b2a0, #f65a79);
} 🔗 Explore similar color palettes
Lightbulb color palette created on .