Color names in this palette
CSS code for this palette
/* CSS */
.avocado {
color: #4c8000;
}
.emerald-glitter {
color: #6bb800;
}
.green-minions {
color: #a1e000;
}
.octarine {
color: #c6e000;
}
.saint-seiya-gold {
color: #edf500;
}
/* CSS Variables */
:root {
--avocado:#4c8000;
--emerald-glitter:#6bb800;
--green-minions:#a1e000;
--octarine:#c6e000;
--saint-seiya-gold:#edf500;
}