Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.pink-chalk {
color: #f5a3be;
}
.strawberry-shortcake {
color: #f78d99;
}
.fiery-flamingo {
color: #f96c7d;
}
.red-mana {
color: #f7505e;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--pink-chalk:#f5a3be;
--strawberry-shortcake:#f78d99;
--fiery-flamingo:#f96c7d;
--red-mana:#f7505e;
}