Color names in this palette
CSS code for this palette
/* CSS */
.onion-seedling {
color: #4a8c5f;
}
.green-masquerade {
color: #8ec08c;
}
.tasman-honey-yellow {
color: #e6c760;
}
.furry-lion {
color: #f1933b;
}
.spirit-warrior {
color: #d6523d;
}
/* CSS Variables */
:root {
--onion-seedling:#4a8c5f;
--green-masquerade:#8ec08c;
--tasman-honey-yellow:#e6c760;
--furry-lion:#f1933b;
--spirit-warrior:#d6523d;
}