Color names in this palette
CSS code for this palette
/* CSS */
.lilac-lace {
color: #c9a3d1;
}
.creeping-bellflower {
color: #b984c8;
}
.harley-hair-purple {
color: #8a3ec1;
}
.intergalactic-settlement {
color: #5c1d8c;
}
.american-purple {
color: #3e1b5a;
}
/* CSS Variables */
:root {
--lilac-lace:#c9a3d1;
--creeping-bellflower:#b984c8;
--harley-hair-purple:#8a3ec1;
--intergalactic-settlement:#5c1d8c;
--american-purple:#3e1b5a;
}