Lilith's Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lilith's Embrace palette
Lilith's Embrace color palette CSS
/* CSS */
.color-1 {
color: #e2a2d5;
}
.color-2 {
color: #ca7db3;
}
.color-3 {
color: #a95b8b;
}
.color-4 {
color: #855e9c;
}
.color-5 {
color: #4e3c6d;
}
/* CSS Variables */
:root {
--color-1: #e2a2d5;
--color-2: #ca7db3;
--color-3: #a95b8b;
--color-4: #855e9c;
--color-5: #4e3c6d;
}
Lilith's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2a2d5, #ca7db3, #a95b8b, #855e9c, #4e3c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2a2d5, #ca7db3, #a95b8b, #855e9c, #4e3c6d);
}
Similar color palettes
Lilith's Embrace color palette created on .