Color names in this palette
CSS code for this palette
/* CSS */
.last-of-lettuce {
color: #a9d96d;
}
.tropic-canary {
color: #b5c83c;
}
.green-papaya {
color: #e5d17b;
}
.butterscotch-syrup {
color: #d9a25e;
}
.gladiator-leather {
color: #a95f3d;
}
/* CSS Variables */
:root {
--last-of-lettuce:#a9d96d;
--tropic-canary:#b5c83c;
--green-papaya:#e5d17b;
--butterscotch-syrup:#d9a25e;
--gladiator-leather:#a95f3d;
}