Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.pink-chalk {
color: #f4a4bf;
}
.sullivan-s-heart {
color: #f6c6d3;
}
.pork-belly {
color: #f9e1e6;
}
.palace-rose {
color: #f9c8d3;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--pink-chalk:#f4a4bf;
--sullivan-s-heart:#f6c6d3;
--pork-belly:#f9e1e6;
--palace-rose:#f9c8d3;
}