Color names in this palette
CSS code for this palette
/* CSS */
.mermaid-s-tail {
color: #3b7e35;
}
.range-land {
color: #6ebe55;
}
.nature-s-delight {
color: #a2d68f;
}
.bright-khaki {
color: #f0e78e;
}
.carona {
color: #f6a92c;
}
/* CSS Variables */
:root {
--mermaid-s-tail:#3b7e35;
--range-land:#6ebe55;
--nature-s-delight:#a2d68f;
--bright-khaki:#f0e78e;
--carona:#f6a92c;
}