Color names in this palette
CSS code for this palette
/* CSS */
.palace-rose {
color: #f9c8d6;
}
.pink-fit {
color: #f1a7b1;
}
.carissima {
color: #e57b99;
}
.peppermint-swirl {
color: #d45e7f;
}
.boysenberry-pink {
color: #a2395c;
}
/* CSS Variables */
:root {
--palace-rose:#f9c8d6;
--pink-fit:#f1a7b1;
--carissima:#e57b99;
--peppermint-swirl:#d45e7f;
--boysenberry-pink:#a2395c;
}