Luminous Grove Color Palette
Discover the beautiful Luminous Grove color palette featuring green (#07cc00), pistachio (#76d100), lime (#a8e600), electric lime (#d0f500) and chartreuse yellow (#eaff00).
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 Luminous Grove palette
💻 Luminous Grove color palette CSS
/* CSS */
.color-1 {
color: #07cc00;
}
.color-2 {
color: #76d100;
}
.color-3 {
color: #a8e600;
}
.color-4 {
color: #d0f500;
}
.color-5 {
color: #eaff00;
}
/* CSS Variables */
:root {
--color-1: #07cc00;
--color-2: #76d100;
--color-3: #a8e600;
--color-4: #d0f500;
--color-5: #eaff00;
} 🌈 Luminous Grove background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #07cc00, #76d100, #a8e600, #d0f500, #eaff00);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #07cc00, #76d100, #a8e600, #d0f500, #eaff00);
} 🔗 Explore similar color palettes
Luminous Grove color palette created on .