Color names in this palette
CSS code for this palette
/* CSS */
.pink-blessing {
color: #f6a7ba;
}
.elastic-pink {
color: #eba3c8;
}
.bunny-cake {
color: #f1b7cf;
}
.hopeful {
color: #f4d2e2;
}
.cherry-blossom {
color: #f3bfd3;
}
/* CSS Variables */
:root {
--pink-blessing:#f6a7ba;
--elastic-pink:#eba3c8;
--bunny-cake:#f1b7cf;
--hopeful:#f4d2e2;
--cherry-blossom:#f3bfd3;
}