Lush Meadow Greens Color Palette
Discover the beautiful Lush Meadow Greens color palette featuring confetti (#e0e55d), conifer (#a8d85a), mantis (#6bbf4a), apple (#4f9c3a) and forest green (#307d2c).
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 Lush Meadow Greens palette
💻 Lush Meadow Greens color palette CSS
/* CSS */
.color-1 {
color: #e0e55d;
}
.color-2 {
color: #a8d85a;
}
.color-3 {
color: #6bbf4a;
}
.color-4 {
color: #4f9c3a;
}
.color-5 {
color: #307d2c;
}
/* CSS Variables */
:root {
--color-1: #e0e55d;
--color-2: #a8d85a;
--color-3: #6bbf4a;
--color-4: #4f9c3a;
--color-5: #307d2c;
}
🌈 Lush Meadow Greens background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0e55d, #a8d85a, #6bbf4a, #4f9c3a, #307d2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0e55d, #a8d85a, #6bbf4a, #4f9c3a, #307d2c);
}
🔗 Explore similar color palettes
Lush Meadow Greens color palette created on .