Color names in this palette
CSS code for this palette
/* CSS */
.king-lime {
color: #a8d600;
}
.octarine {
color: #cee000;
}
.titanium-yellow {
color: #f0e800;
}
.american-yellow {
color: #f0b400;
}
.banana-clan {
color: #f0e000;
}
/* CSS Variables */
:root {
--king-lime:#a8d600;
--octarine:#cee000;
--titanium-yellow:#f0e800;
--american-yellow:#f0b400;
--banana-clan:#f0e000;
}