Color names in this palette
CSS code for this palette
/* CSS */
.lime-zest {
color: #dcf500;
}
.golden-gun {
color: #d6e600;
}
.serpent-scepter {
color: #b4cc00;
}
.traffic-light-green {
color: #8c9e00;
}
.serrano-pepper {
color: #596b00;
}
/* CSS Variables */
:root {
--lime-zest:#dcf500;
--golden-gun:#d6e600;
--serpent-scepter:#b4cc00;
--traffic-light-green:#8c9e00;
--serrano-pepper:#596b00;
}