Color names in this palette
CSS code for this palette
/* CSS */
.lily-legs {
color: #f1c6d7;
}
.prism-pink {
color: #f0a3c0;
}
.pink-carnation {
color: #f07aa3;
}
.coral-paradise {
color: #e86984;
}
.rosy-cheeks {
color: #d94a6b;
}
/* CSS Variables */
:root {
--lily-legs:#f1c6d7;
--prism-pink:#f0a3c0;
--pink-carnation:#f07aa3;
--coral-paradise:#e86984;
--rosy-cheeks:#d94a6b;
}