Color names in this palette
CSS code for this palette
/* CSS */
.seasoned-apple-green {
color: #8db800;
}
.king-lime {
color: #a8d600;
}
.spleen-green {
color: #d2e600;
}
.saint-seiya-gold {
color: #edf500;
}
.yippie-ya-yellow {
color: #f4f99f;
}
/* CSS Variables */
:root {
--seasoned-apple-green:#8db800;
--king-lime:#a8d600;
--spleen-green:#d2e600;
--saint-seiya-gold:#edf500;
--yippie-ya-yellow:#f4f99f;
}