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