Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.fresh-on-the-market {
color: #f9a9b8;
}
.carnation {
color: #f67e92;
}
.pink-flambe {
color: #d54d78;
}
.boysenberry-pink {
color: #a53b5d;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--fresh-on-the-market:#f9a9b8;
--carnation:#f67e92;
--pink-flambe:#d54d78;
--boysenberry-pink:#a53b5d;
}