Color names in this palette
CSS code for this palette
/* CSS */
.french-market {
color: #a5c9a1;
}
.tiki-monster {
color: #8ebf8d;
}
.lucerne {
color: #7abe79;
}
.mantis {
color: #6cbe64;
}
.range-land {
color: #5fbe50;
}
/* CSS Variables */
:root {
--french-market:#a5c9a1;
--tiki-monster:#8ebf8d;
--lucerne:#7abe79;
--mantis:#6cbe64;
--range-land:#5fbe50;
}