Lemon Grove Harmony Color Palette
Discover the beautiful Lemon Grove Harmony color palette featuring yellow (#ffff00), emerald (#4bbe8e), atlantis (#a3c639), buttercup (#f1a20e) and tenn (#d65d00).
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 Lemon Grove Harmony palette
💻 Lemon Grove Harmony color palette CSS
/* CSS */
.color-1 {
color: #ffff00;
}
.color-2 {
color: #4bbe8e;
}
.color-3 {
color: #a3c639;
}
.color-4 {
color: #f1a20e;
}
.color-5 {
color: #d65d00;
}
/* CSS Variables */
:root {
--color-1: #ffff00;
--color-2: #4bbe8e;
--color-3: #a3c639;
--color-4: #f1a20e;
--color-5: #d65d00;
} 🌈 Lemon Grove Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffff00, #4bbe8e, #a3c639, #f1a20e, #d65d00);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffff00, #4bbe8e, #a3c639, #f1a20e, #d65d00);
} 🔗 Explore similar color palettes
Lemon Grove Harmony color palette created on .