Pink Lilly Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Lilly palette
Pink Lilly color palette CSS
/* CSS */
.color-1 {
color: #f1a7ca;
}
.color-2 {
color: #e25074;
}
.color-3 {
color: #da3e6d;
}
.color-4 {
color: #c73d5d;
}
.color-5 {
color: #a62b5a;
}
/* CSS Variables */
:root {
--color-1: #f1a7ca;
--color-2: #e25074;
--color-3: #da3e6d;
--color-4: #c73d5d;
--color-5: #a62b5a;
}
Pink Lilly background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7ca, #e25074, #da3e6d, #c73d5d, #a62b5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7ca, #e25074, #da3e6d, #c73d5d, #a62b5a);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Pink Lilly color palette created on .