Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f6c6d3;
}
.princess {
color: #f1a7b3;
}
.deep-blush {
color: #e26a8c;
}
.raspberry-sorbet {
color: #cf3a6c;
}
.exuberant-pink {
color: #b04f7c;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f6c6d3;
--princess:#f1a7b3;
--deep-blush:#e26a8c;
--raspberry-sorbet:#cf3a6c;
--exuberant-pink:#b04f7c;
}