Leafpool Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Leafpool palette
Color Inspiration
Images that showcase this color palette in real designs
Download Leafpool Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 200+ Green color palettes
Leafpool color palette created on .