Color names in this palette
CSS code for this palette
/* CSS */
.spandex-green {
color: #34a853;
}
.pastel-green {
color: #6fdc7e;
}
.overtone {
color: #a4e5b1;
}
.yellow-chalk {
color: #f4ffb3;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--spandex-green:#34a853;
--pastel-green:#6fdc7e;
--overtone:#a4e5b1;
--yellow-chalk:#f4ffb3;
--usc-gold:#ffcc00;
}