Color names in this palette
CSS code for this palette
/* CSS */
.mustard-green {
color: #a7b300;
}
.lime-lizard {
color: #a9d65c;
}
.spring-yellow {
color: #f2e67d;
}
.rubber-ducky {
color: #f9d158;
}
.mad-for-mango {
color: #f5a300;
}
/* CSS Variables */
:root {
--mustard-green:#a7b300;
--lime-lizard:#a9d65c;
--spring-yellow:#f2e67d;
--rubber-ducky:#f9d158;
--mad-for-mango:#f5a300;
}