Color names in this palette
CSS code for this palette
/* CSS */
.lily-legs {
color: #f0c7d7;
}
.love-at-first-sight {
color: #e3a6b0;
}
.minuette {
color: #d17a93;
}
.daah-ling {
color: #a85d7d;
}
.twilight-lavender {
color: #8c4a6b;
}
/* CSS Variables */
:root {
--lily-legs:#f0c7d7;
--love-at-first-sight:#e3a6b0;
--minuette:#d17a93;
--daah-ling:#a85d7d;
--twilight-lavender:#8c4a6b;
}