Color names in this palette
CSS code for this palette
/* CSS */
.tropic-canary {
color: #b5c337;
}
.appletini {
color: #8e9b3b;
}
.moss-landing {
color: #6b7b3d;
}
.plasticine {
color: #4c6039;
}
.mushiao-green {
color: #2c4931;
}
/* CSS Variables */
:root {
--tropic-canary:#b5c337;
--appletini:#8e9b3b;
--moss-landing:#6b7b3d;
--plasticine:#4c6039;
--mushiao-green:#2c4931;
}