Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.neon-light {
color: #ffe15c;
}
.grapefruit-pulp {
color: #ff6e61;
}
.pure-red {
color: #d62b1f;
}
.christalle {
color: #3b1e5c;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--neon-light:#ffe15c;
--grapefruit-pulp:#ff6e61;
--pure-red:#d62b1f;
--christalle:#3b1e5c;
}