Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.syndicalist {
color: #f5c400;
}
.eternal-summer {
color: #f5e400;
}
.golden-gun {
color: #d6e600;
}
.matcha-powder {
color: #a4d600;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--syndicalist:#f5c400;
--eternal-summer:#f5e400;
--golden-gun:#d6e600;
--matcha-powder:#a4d600;
}