Green Lillypad Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Lillypad palette

Share this palette to:

Download Green Lillypad Color Palette (PNG)

Download green lillypad color palette PNG image (landscape)
Download green lillypad color palette PNG image (square)

Green Lillypad color palette CSS

/* CSS */
.color-1 {
color: #afc1a4;
}
.color-2 {
color: #cbdcb7;
}
.color-3 {
color: #e4edd4;
}
.color-4 {
color: #f2eed9;
}
.color-5 {
color: #f1daca;
}

/* CSS Variables */
:root {
--color-1: #afc1a4;
--color-2: #cbdcb7;
--color-3: #e4edd4;
--color-4: #f2eed9;
--color-5: #f1daca;
}

Green Lillypad background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afc1a4, #cbdcb7, #e4edd4, #f2eed9, #f1daca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afc1a4, #cbdcb7, #e4edd4, #f2eed9, #f1daca);
}

Green Lillypad color palette created on .