Color names in this palette
CSS code for this palette
/* CSS */
.magenta-red {
color: #8c3b79;
}
.prettiest-pink {
color: #e9a5c5;
}
.calla {
color: #f3e0b4;
}
.saffron-mango {
color: #f8c059;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--magenta-red:#8c3b79;
--prettiest-pink:#e9a5c5;
--calla:#f3e0b4;
--saffron-mango:#f8c059;
--grapefruit-pulp:#ff6e61;
}