Lilith Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lilith palette
Lilith color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Lilith color palette created on .