Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.blue-angels-yellow {
color: #fab700;
}
.empire-yellow {
color: #fad000;
}
.golden-nectar {
color: #ffda6b;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--blue-angels-yellow:#fab700;
--empire-yellow:#fad000;
--golden-nectar:#ffda6b;
--usc-gold:#ffcc00;
}