Color names in this palette
CSS code for this palette
/* CSS */
.purple-sapphire {
color: #794b8b;
}
.long-forgotten-purple {
color: #9f6f9c;
}
.lady-s-cushions-pink {
color: #c59bb3;
}
.pink-chalk {
color: #f5a3be;
}
.cherry-blossom {
color: #f8c4d5;
}
/* CSS Variables */
:root {
--purple-sapphire:#794b8b;
--long-forgotten-purple:#9f6f9c;
--lady-s-cushions-pink:#c59bb3;
--pink-chalk:#f5a3be;
--cherry-blossom:#f8c4d5;
}