Color names in this palette
CSS code for this palette
/* CSS */
.kuwanomi-purple {
color: #582c57;
}
.thimble-red {
color: #a25d8c;
}
.wild-orchid {
color: #d57ca8;
}
.changeling-pink {
color: #f1b1cf;
}
.frolic {
color: #f9e7e1;
}
/* CSS Variables */
:root {
--kuwanomi-purple:#582c57;
--thimble-red:#a25d8c;
--wild-orchid:#d57ca8;
--changeling-pink:#f1b1cf;
--frolic:#f9e7e1;
}