Leafpool Color Palette
Discover the beautiful Leafpool color palette featuring de york (#7cc08f), moss green (#a7d7b8), beryl green (#e1e3ba), casablanca (#f6c54c) and burnt sienna (#e97c5d).
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 Leafpool palette
💻 Leafpool color palette CSS
/* CSS */
.color-1 {
color: #7cc08f;
}
.color-2 {
color: #a7d7b8;
}
.color-3 {
color: #e1e3ba;
}
.color-4 {
color: #f6c54c;
}
.color-5 {
color: #e97c5d;
}
/* CSS Variables */
:root {
--color-1: #7cc08f;
--color-2: #a7d7b8;
--color-3: #e1e3ba;
--color-4: #f6c54c;
--color-5: #e97c5d;
} 🌈 Leafpool background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7cc08f, #a7d7b8, #e1e3ba, #f6c54c, #e97c5d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7cc08f, #a7d7b8, #e1e3ba, #f6c54c, #e97c5d);
} 🔗 Explore similar color palettes
Leafpool color palette created on .