Lavender Lemonade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lavender Lemonade palette

Share this palette to:

Lavender Lemonade color palette CSS

/* CSS */
.color-1 {
color: #eab8e4;
}
.color-2 {
color: #f4d29f;
}
.color-3 {
color: #f6e68e;
}
.color-4 {
color: #f5aaa3;
}
.color-5 {
color: #eabf95;
}

/* CSS Variables */
:root {
--color-1: #eab8e4;
--color-2: #f4d29f;
--color-3: #f6e68e;
--color-4: #f5aaa3;
--color-5: #eabf95;
}

Lavender Lemonade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8e4, #f4d29f, #f6e68e, #f5aaa3, #eabf95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8e4, #f4d29f, #f6e68e, #f5aaa3, #eabf95);
}

Lavender Lemonade color palette created on .