Color names in this palette
CSS code for this palette
/* CSS */
.pork-belly {
color: #f8e2e8;
}
.in-the-pink {
color: #f2c5d0;
}
.always-rosey {
color: #e59eb2;
}
.sugar-tooth {
color: #d48c9e;
}
.silk-ribbon {
color: #c76b90;
}
/* CSS Variables */
:root {
--pork-belly:#f8e2e8;
--in-the-pink:#f2c5d0;
--always-rosey:#e59eb2;
--sugar-tooth:#d48c9e;
--silk-ribbon:#c76b90;
}