Color names in this palette
CSS code for this palette
/* CSS */
.rosey-afterglow {
color: #f9c8d0;
}
.prism-pink {
color: #f49fc1;
}
.pink-carnation {
color: #f27d9c;
}
.framboise {
color: #e6005c;
}
.pure-passion {
color: #b3003b;
}
/* CSS Variables */
:root {
--rosey-afterglow:#f9c8d0;
--prism-pink:#f49fc1;
--pink-carnation:#f27d9c;
--framboise:#e6005c;
--pure-passion:#b3003b;
}