Color names in this palette
CSS code for this palette
/* CSS */
.radical-green {
color: #3c6a29;
}
.taurus-forest-fern {
color: #6fbf4f;
}
.lime-lizard {
color: #a3d55d;
}
.yellow-petal {
color: #f2e750;
}
.mod-orange {
color: #d6543d;
}
/* CSS Variables */
:root {
--radical-green:#3c6a29;
--taurus-forest-fern:#6fbf4f;
--lime-lizard:#a3d55d;
--yellow-petal:#f2e750;
--mod-orange:#d6543d;
}