Color names in this palette
CSS code for this palette
/* CSS */
.spandex-green {
color: #34a853;
}
.crystal-gem {
color: #71d6a5;
}
.teal-deer {
color: #9ee5b0;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.iceland-poppy {
color: #f28226;
}
/* CSS Variables */
:root {
--spandex-green:#34a853;
--crystal-gem:#71d6a5;
--teal-deer:#9ee5b0;
--solar-plexus-chakra:#f1cb4b;
--iceland-poppy:#f28226;
}