Light Purple Lily Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Purple Lily palette
Light Purple Lily color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f8f4fb;
}
.color-3 {
color: #f3e2f3;
}
.color-4 {
color: #e7d4f7;
}
.color-5 {
color: #dfceee;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f8f4fb;
--color-3: #f3e2f3;
--color-4: #e7d4f7;
--color-5: #dfceee;
}
Light Purple Lily background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f8f4fb, #f3e2f3, #e7d4f7, #dfceee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f8f4fb, #f3e2f3, #e7d4f7, #dfceee);
}
Similar color palettes
Light Purple Lily color palette created on .