Lili Color Palette
Discover the beautiful Lili color palette featuring kobi (#e8a1d6), hopbush (#d67ab9), tapestry (#b75c9c), cosmic (#7d3b73) and finn (#4e224c).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Lili palette
💻 Lili color palette CSS
/* CSS */
.color-1 {
color: #e8a1d6;
}
.color-2 {
color: #d67ab9;
}
.color-3 {
color: #b75c9c;
}
.color-4 {
color: #7d3b73;
}
.color-5 {
color: #4e224c;
}
/* CSS Variables */
:root {
--color-1: #e8a1d6;
--color-2: #d67ab9;
--color-3: #b75c9c;
--color-4: #7d3b73;
--color-5: #4e224c;
}
🌈 Lili background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8a1d6, #d67ab9, #b75c9c, #7d3b73, #4e224c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8a1d6, #d67ab9, #b75c9c, #7d3b73, #4e224c);
}
🔗 Explore similar color palettes
Lili color palette created on .