Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f1c6d0;
}
.rhodonite {
color: #f4b3c7;
}
.taffy-pink {
color: #f7a1c9;
}
.erythrosine {
color: #f97bb2;
}
.french-pink {
color: #f8689a;
}
/* CSS Variables */
:root {
--in-the-pink:#f1c6d0;
--rhodonite:#f4b3c7;
--taffy-pink:#f7a1c9;
--erythrosine:#f97bb2;
--french-pink:#f8689a;
}