Color names in this palette
CSS code for this palette
/* CSS */
.eerie-black {
color: #1a1a1a;
}
.ancient-yellow {
color: #e6cf00;
}
.pistachio-flour {
color: #4d9900;
}
.safety-yellow {
color: #e6d200;
}
.peridot {
color: #e6e200;
}
/* CSS Variables */
:root {
--eerie-black:#1a1a1a;
--ancient-yellow:#e6cf00;
--pistachio-flour:#4d9900;
--safety-yellow:#e6d200;
--peridot:#e6e200;
}