Color names in this palette
CSS code for this palette
/* CSS */
.gooseberry-yellow {
color: #c8a94c;
}
.tau-light-ochre {
color: #f5d60f;
}
.lizard-breath {
color: #e8b730;
}
.mustard-musketeers {
color: #d6a529;
}
.biology-experiments {
color: #8e9d39;
}
/* CSS Variables */
:root {
--gooseberry-yellow:#c8a94c;
--tau-light-ochre:#f5d60f;
--lizard-breath:#e8b730;
--mustard-musketeers:#d6a529;
--biology-experiments:#8e9d39;
}