Color names in this palette
CSS code for this palette
/* CSS */
.muddy-yellow {
color: #bdb000;
}
.garlic-pesto {
color: #c4c700;
}
.chartreuse-shot {
color: #dbd400;
}
.peridot {
color: #e6e200;
}
.marsupilami {
color: #f5f500;
}
/* CSS Variables */
:root {
--muddy-yellow:#bdb000;
--garlic-pesto:#c4c700;
--chartreuse-shot:#dbd400;
--peridot:#e6e200;
--marsupilami:#f5f500;
}