Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.hot-aquarelle-pink {
color: #f8b4e3;
}
.hanami-pink {
color: #f5a8df;
}
.fugitive-flamingo {
color: #e765aa;
}
.raspberry-sorbet {
color: #d7336f;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--hot-aquarelle-pink:#f8b4e3;
--hanami-pink:#f5a8df;
--fugitive-flamingo:#e765aa;
--raspberry-sorbet:#d7336f;
}