Color names in this palette
CSS code for this palette
/* CSS */
.king-lime {
color: #a8d600;
}
.king-lime {
color: #b2d600;
}
.golden-gun {
color: #d5e000;
}
.march-green {
color: #d6c800;
}
.hot-butter {
color: #e6a100;
}
/* CSS Variables */
:root {
--king-lime:#a8d600;
--king-lime:#b2d600;
--golden-gun:#d5e000;
--march-green:#d6c800;
--hot-butter:#e6a100;
}