Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f9c3d1;
}
.fresh-on-the-market {
color: #f8a5b7;
}
.carnation {
color: #f67e90;
}
.pink-pepper {
color: #f25a6c;
}
.mulberry-yogurt {
color: #c94a8e;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f9c3d1;
--fresh-on-the-market:#f8a5b7;
--carnation:#f67e90;
--pink-pepper:#f25a6c;
--mulberry-yogurt:#c94a8e;
}