Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.ameixa {
color: #6a5bcd;
}
.moonshadow {
color: #8d43ad;
}
.dodgeroll-gold {
color: #f39c12;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--ameixa:#6a5bcd;
--moonshadow:#8d43ad;
--dodgeroll-gold:#f39c12;
--mandarin-red:#e74d3c;
}