Color names in this palette
CSS code for this palette
/* CSS */
.rosey-afterglow {
color: #f8c9d1;
}
.rogue-pink {
color: #f5a3c0;
}
.pink-sherbet {
color: #f57f9b;
}
.ponceau {
color: #f55c7b;
}
.desire {
color: #e6374f;
}
/* CSS Variables */
:root {
--rosey-afterglow:#f8c9d1;
--rogue-pink:#f5a3c0;
--pink-sherbet:#f57f9b;
--ponceau:#f55c7b;
--desire:#e6374f;
}