Color names in this palette
CSS code for this palette
/* CSS */
.lemonade {
color: #f2e59c;
}
.polliwog {
color: #e6d028;
}
.mustard {
color: #d1b500;
}
.muddy-yellow {
color: #bdad00;
}
.nuclear-fallout {
color: #a89d00;
}
/* CSS Variables */
:root {
--lemonade:#f2e59c;
--polliwog:#e6d028;
--mustard:#d1b500;
--muddy-yellow:#bdad00;
--nuclear-fallout:#a89d00;
}