Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff9d8a;
}
.young-salmon {
color: #ffb3b5;
}
.palace-rose {
color: #f9c8d8;
}
.carmine-rose {
color: #e65c8c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff9d8a;
--young-salmon:#ffb3b5;
--palace-rose:#f9c8d8;
--carmine-rose:#e65c8c;
}