CSS code for this palette
/* CSS */
.carmine {
color: #d60032;
}
.wash-me {
color: #f8fafc;
}
.phaser-beam {
color: #ff4d00;
}
.marigold {
color: #ffc105;
}
.mellow-melon {
color: #e92063;
}
/* CSS Variables */
:root {
--carmine:#d60032;
--wash-me:#f8fafc;
--phaser-beam:#ff4d00;
--marigold:#ffc105;
--mellow-melon:#e92063;
}