Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.mad-for-mango {
color: #f5a300;
}
.empire-yellow {
color: #f5d400;
}
.metallic-gold {
color: #d4af35;
}
.spear-shaft {
color: #8a5a00;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--mad-for-mango:#f5a300;
--empire-yellow:#f5d400;
--metallic-gold:#d4af35;
--spear-shaft:#8a5a00;
}