Lilith Color Palette

Discover the beautiful Lilith color palette featuring dull lavender (#a2abe3), spindle (#cacbee), link water (#e8e9f8), link water (#dbe2f2) and periwinkle gray (#b5c4e5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Light, Modern, Muted, Pastel, Soft, Summer color palettes and combinations.

💡 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 Lilith palette

Share this palette to:

💻 Lilith color palette CSS

/* CSS */
.color-1 {
color: #a2abe3;
}
.color-2 {
color: #cacbee;
}
.color-3 {
color: #e8e9f8;
}
.color-4 {
color: #dbe2f2;
}
.color-5 {
color: #b5c4e5;
}

/* CSS Variables */
:root {
--color-1: #a2abe3;
--color-2: #cacbee;
--color-3: #e8e9f8;
--color-4: #dbe2f2;
--color-5: #b5c4e5;
}

🌈 Lilith background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2abe3, #cacbee, #e8e9f8, #dbe2f2, #b5c4e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2abe3, #cacbee, #e8e9f8, #dbe2f2, #b5c4e5);
}

Lilith color palette created on .