Color names in this palette
CSS code for this palette
/* CSS */
.rosey-afterglow {
color: #f8c9d1;
}
.fulgrim-pink {
color: #f9b4ce;
}
.cochonnet {
color: #f58aba;
}
.wonder-lust {
color: #f28ca1;
}
.fiesta-pink {
color: #d66b9b;
}
/* CSS Variables */
:root {
--rosey-afterglow:#f8c9d1;
--fulgrim-pink:#f9b4ce;
--cochonnet:#f58aba;
--wonder-lust:#f28ca1;
--fiesta-pink:#d66b9b;
}