Color names in this palette
CSS code for this palette
/* CSS */
.pink-lace {
color: #f6cbd6;
}
.fresh-on-the-market {
color: #f8a5ba;
}
.french-pink {
color: #f76e99;
}
.crushed-berries {
color: #d2609f;
}
.aged-purple {
color: #a44c9d;
}
/* CSS Variables */
:root {
--pink-lace:#f6cbd6;
--fresh-on-the-market:#f8a5ba;
--french-pink:#f76e99;
--crushed-berries:#d2609f;
--aged-purple:#a44c9d;
}