Green Lillypad Color Palette
Discover the beautiful Green Lillypad color palette featuring fuzzy wuzzy brown (#be5059), asparagus (#75a362), hemlock (#68693f), brandy (#d8bc83) and parchment (#eee1ce).
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 Green Lillypad palette
💻 Green Lillypad color palette CSS
/* CSS */
.color-1 {
color: #be5059;
}
.color-2 {
color: #75a362;
}
.color-3 {
color: #68693f;
}
.color-4 {
color: #d8bc83;
}
.color-5 {
color: #eee1ce;
}
/* CSS Variables */
:root {
--color-1: #be5059;
--color-2: #75a362;
--color-3: #68693f;
--color-4: #d8bc83;
--color-5: #eee1ce;
} 🌈 Green Lillypad background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #be5059, #75a362, #68693f, #d8bc83, #eee1ce);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #be5059, #75a362, #68693f, #d8bc83, #eee1ce);
} 🔗 Explore similar color palettes
Green Lillypad color palette created on .