Color names in this palette
CSS code for this palette
/* CSS */
.nasty-green {
color: #6cbb3e;
}
.forest-maid {
color: #4abf65;
}
.bejewelled {
color: #2aa26e;
}
.palm-springs-splash {
color: #1f8e7e;
}
.canoe-blue {
color: #1b5074;
}
/* CSS Variables */
:root {
--nasty-green:#6cbb3e;
--forest-maid:#4abf65;
--bejewelled:#2aa26e;
--palm-springs-splash:#1f8e7e;
--canoe-blue:#1b5074;
}