Color names in this palette
CSS code for this palette
/* CSS */
.lily-legs {
color: #f1c6d5;
}
.sweet-lilac {
color: #eab8d1;
}
.pastel-lavender {
color: #d9a1c2;
}
.cure-all {
color: #a86b8e;
}
.magic-magenta {
color: #7c4b72;
}
/* CSS Variables */
:root {
--lily-legs:#f1c6d5;
--sweet-lilac:#eab8d1;
--pastel-lavender:#d9a1c2;
--cure-all:#a86b8e;
--magic-magenta:#7c4b72;
}