Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.usc-gold {
color: #ffcc00;
}
.neon-light {
color: #ffde5c;
}
.beniukon-bronze {
color: #ff7e38;
}
.coral-red {
color: #ff3d3d;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--usc-gold:#ffcc00;
--neon-light:#ffde5c;
--beniukon-bronze:#ff7e38;
--coral-red:#ff3d3d;
}