Leafpool Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Leafpool palette

Share this palette to:

Leafpool color palette PNG image

Download leafpool color palette PNG image (landscape)
Download leafpool color palette PNG image (square)

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);
}

Leafpool color palette created on .