Light Lime Color Palette
Discover the beautiful Light Lime color palette featuring conifer (#a3d55d), feijoa (#a1d37e), celadon (#b9e2a7), gossip (#e6fbb1) and caper (#d4e7a6).
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 Light Lime palette
💻 Light Lime color palette CSS
/* CSS */
.color-1 {
color: #a3d55d;
}
.color-2 {
color: #a1d37e;
}
.color-3 {
color: #b9e2a7;
}
.color-4 {
color: #e6fbb1;
}
.color-5 {
color: #d4e7a6;
}
/* CSS Variables */
:root {
--color-1: #a3d55d;
--color-2: #a1d37e;
--color-3: #b9e2a7;
--color-4: #e6fbb1;
--color-5: #d4e7a6;
}
🌈 Light Lime background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d55d, #a1d37e, #b9e2a7, #e6fbb1, #d4e7a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d55d, #a1d37e, #b9e2a7, #e6fbb1, #d4e7a6);
}
🔗 Explore similar color palettes
Light Lime color palette created on .