Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.cherry-blossom {
color: #f5c2d4;
}
.mary-s-rose {
color: #f6d0d3;
}
.sherbet-fruit {
color: #f7c8bb;
}
.pink-chalk {
color: #f4a4bf;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--cherry-blossom:#f5c2d4;
--mary-s-rose:#f6d0d3;
--sherbet-fruit:#f7c8bb;
--pink-chalk:#f4a4bf;
}