Lemonade Grove Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lemonade Grove palette

Share this palette to:

Lemonade Grove color palette CSS

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #e2e6a8;
}
.color-3 {
color: #f9e5ae;
}
.color-4 {
color: #f1c40e;
}
.color-5 {
color: #8fbe6f;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #e2e6a8;
--color-3: #f9e5ae;
--color-4: #f1c40e;
--color-5: #8fbe6f;
}

Lemonade Grove background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #e2e6a8, #f9e5ae, #f1c40e, #8fbe6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #e2e6a8, #f9e5ae, #f1c40e, #8fbe6f);
}

Lemonade Grove color palette created on .