Color names in this palette
CSS code for this palette
/* CSS */
.parsley-sprig {
color: #3a6947;
}
.onion-seedling {
color: #4b8b5c;
}
.citronella {
color: #69bf79;
}
.grape-green {
color: #a8e8a1;
}
.sp-tzle-yellow {
color: #ffed8a;
}
/* CSS Variables */
:root {
--parsley-sprig:#3a6947;
--onion-seedling:#4b8b5c;
--citronella:#69bf79;
--grape-green:#a8e8a1;
--sp-tzle-yellow:#ffed8a;
}