Color names in this palette
CSS code for this palette
/* CSS */
.hooker-s-green {
color: #4b7c6e;
}
.practice-green {
color: #6a9a7d;
}
.tiki-monster {
color: #8ebe8e;
}
.green-myth {
color: #c6e1c1;
}
.mint-fizz {
color: #e6f4e6;
}
/* CSS Variables */
:root {
--hooker-s-green:#4b7c6e;
--practice-green:#6a9a7d;
--tiki-monster:#8ebe8e;
--green-myth:#c6e1c1;
--mint-fizz:#e6f4e6;
}