Lilith Color Palette
Discover the beautiful Lilith color palette featuring dull lavender (#a1aae3), spindle (#c9caee), link water (#e8e9f8), periwinkle gray (#dae1f1) and periwinkle gray (#b4c3e4).
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 Lilith palette
💻 Lilith color palette CSS
/* CSS */
.color-1 {
color: #a1aae3;
}
.color-2 {
color: #c9caee;
}
.color-3 {
color: #e8e9f8;
}
.color-4 {
color: #dae1f1;
}
.color-5 {
color: #b4c3e4;
}
/* CSS Variables */
:root {
--color-1: #a1aae3;
--color-2: #c9caee;
--color-3: #e8e9f8;
--color-4: #dae1f1;
--color-5: #b4c3e4;
} 🌈 Lilith background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1aae3, #c9caee, #e8e9f8, #dae1f1, #b4c3e4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1aae3, #c9caee, #e8e9f8, #dae1f1, #b4c3e4);
} 🔗 Explore similar color palettes
Lilith color palette created on .