Color names in this palette
CSS code for this palette
/* CSS */
.pink-bubble-tea {
color: #f9b9c2;
}
.vinaceous-cinnamon {
color: #f28c8c;
}
.porcelain-rose {
color: #e86d6d;
}
.rosy-cheeks {
color: #d84f6d;
}
.primal-red {
color: #a52c4e;
}
/* CSS Variables */
:root {
--pink-bubble-tea:#f9b9c2;
--vinaceous-cinnamon:#f28c8c;
--porcelain-rose:#e86d6d;
--rosy-cheeks:#d84f6d;
--primal-red:#a52c4e;
}