Color names in this palette
CSS code for this palette
/* CSS */
.medium-sea-green {
color: #3cb472;
}
.boring-green {
color: #60af61;
}
.green-flash {
color: #80cb4d;
}
.lime-lizard {
color: #a9d65c;
}
.wax-yellow {
color: #e9eba2;
}
/* CSS Variables */
:root {
--medium-sea-green:#3cb472;
--boring-green:#60af61;
--green-flash:#80cb4d;
--lime-lizard:#a9d65c;
--wax-yellow:#e9eba2;
}