Color names in this palette
CSS code for this palette
/* CSS */
.fierce-mantis {
color: #7cbe60;
}
.green-trance {
color: #a8d9a5;
}
.venetian-pearl {
color: #d1ebd5;
}
.placebo-lime {
color: #f5faeb;
}
.venetian-yellow {
color: #f8e6a0;
}
/* CSS Variables */
:root {
--fierce-mantis:#7cbe60;
--green-trance:#a8d9a5;
--venetian-pearl:#d1ebd5;
--placebo-lime:#f5faeb;
--venetian-yellow:#f8e6a0;
}