Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f0b400;
}
.safety-yellow {
color: #f0d400;
}
.peridot {
color: #e2e600;
}
.garlic-pesto {
color: #c3d100;
}
.snot-green {
color: #a1c200;
}
/* CSS Variables */
:root {
--american-yellow:#f0b400;
--safety-yellow:#f0d400;
--peridot:#e2e600;
--garlic-pesto:#c3d100;
--snot-green:#a1c200;
}