Color names in this palette
CSS code for this palette
/* CSS */
.king-lime {
color: #a8d600;
}
.golden-gun {
color: #d6e600;
}
.saint-seiya-gold {
color: #e9f500;
}
.busy-bee {
color: #f6ff00;
}
.march-green {
color: #d6c800;
}
/* CSS Variables */
:root {
--king-lime:#a8d600;
--golden-gun:#d6e600;
--saint-seiya-gold:#e9f500;
--busy-bee:#f6ff00;
--march-green:#d6c800;
}