Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.fresh-on-the-market {
color: #f9a9b8;
}
.orange-grove {
color: #fbaf8e;
}
.forsythia-blossom {
color: #f9d66c;
}
.menoth-white-base {
color: #f4e8b8;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--fresh-on-the-market:#f9a9b8;
--orange-grove:#fbaf8e;
--forsythia-blossom:#f9d66c;
--menoth-white-base:#f4e8b8;
}