Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f8c4d2;
}
.pink-chalk {
color: #f4a4b9;
}
.pink-carnation {
color: #f27d9c;
}
.hindu-lotus {
color: #eb4c81;
}
.watermelon-sugar {
color: #e52a6e;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f8c4d2;
--pink-chalk:#f4a4b9;
--pink-carnation:#f27d9c;
--hindu-lotus:#eb4c81;
--watermelon-sugar:#e52a6e;
}