Color names in this palette
CSS code for this palette
/* CSS */
.barely-pink {
color: #f7d4df;
}
.pink-chalk {
color: #f4a4bf;
}
.embarrassed {
color: #f2789b;
}
.hindu-lotus {
color: #f0517e;
}
.strawberry-mix {
color: #e3316c;
}
/* CSS Variables */
:root {
--barely-pink:#f7d4df;
--pink-chalk:#f4a4bf;
--embarrassed:#f2789b;
--hindu-lotus:#f0517e;
--strawberry-mix:#e3316c;
}