Color names in this palette
CSS code for this palette
/* CSS */
.gangly-gremlin {
color: #1f9844;
}
.cool-green {
color: #3bbf67;
}
.aurora-green {
color: #6fdc8c;
}
.overtone {
color: #a2e6b3;
}
.bean-sprout {
color: #f2f9e6;
}
/* CSS Variables */
:root {
--gangly-gremlin:#1f9844;
--cool-green:#3bbf67;
--aurora-green:#6fdc8c;
--overtone:#a2e6b3;
--bean-sprout:#f2f9e6;
}