Color names in this palette
CSS code for this palette
/* CSS */
.bilious-green {
color: #a8d66b;
}
.pure-apple {
color: #6bbf4a;
}
.enviable {
color: #4b9b3b;
}
.bilbao {
color: #3c7f29;
}
.bright-nori {
color: #2e5c1f;
}
/* CSS Variables */
:root {
--bilious-green:#a8d66b;
--pure-apple:#6bbf4a;
--enviable:#4b9b3b;
--bilbao:#3c7f29;
--bright-nori:#2e5c1f;
}