Lime Burst Color Palette
Discover the beautiful Lime Burst color palette featuring bahia (#a0d40b), fuego (#a9df0b), bitter lemon (#cfe50b), ripe lemon (#ede20c) and ripe lemon (#f3d30c).
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 Lime Burst palette
💻 Lime Burst color palette CSS
/* CSS */
.color-1 {
color: #a0d40b;
}
.color-2 {
color: #a9df0b;
}
.color-3 {
color: #cfe50b;
}
.color-4 {
color: #ede20c;
}
.color-5 {
color: #f3d30c;
}
/* CSS Variables */
:root {
--color-1: #a0d40b;
--color-2: #a9df0b;
--color-3: #cfe50b;
--color-4: #ede20c;
--color-5: #f3d30c;
} 🌈 Lime Burst background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a0d40b, #a9df0b, #cfe50b, #ede20c, #f3d30c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a0d40b, #a9df0b, #cfe50b, #ede20c, #f3d30c);
} 🔗 Explore similar color palettes
Lime Burst color palette created on .