Color names in this palette
CSS code for this palette
/* CSS */
.manganese-red {
color: #e52a4f;
}
.raspberry-sorbet {
color: #d73767;
}
.pink-flamb {
color: #c94a7d;
}
.pink-bubble-tea {
color: #f9b9c3;
}
.lady-pink {
color: #f2d2cf;
}
/* CSS Variables */
:root {
--manganese-red:#e52a4f;
--raspberry-sorbet:#d73767;
--pink-flamb:#c94a7d;
--pink-bubble-tea:#f9b9c3;
--lady-pink:#f2d2cf;
}