Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f1c6d0;
}
.pink-fit {
color: #f8a5b1;
}
.young-crab {
color: #f79d9c;
}
.corralize {
color: #f48b7b;
}
.peppermint-swirl {
color: #d26079;
}
/* CSS Variables */
:root {
--in-the-pink:#f1c6d0;
--pink-fit:#f8a5b1;
--young-crab:#f79d9c;
--corralize:#f48b7b;
--peppermint-swirl:#d26079;
}