Color names in this palette
CSS code for this palette
/* CSS */
.tom-thumb {
color: #4d6548;
}
.shale-green {
color: #6d8a6a;
}
.tiki-monster {
color: #90c08c;
}
.patina-green {
color: #b5e7b1;
}
.placebo-lime {
color: #f5faeb;
}
/* CSS Variables */
:root {
--tom-thumb:#4d6548;
--shale-green:#6d8a6a;
--tiki-monster:#90c08c;
--patina-green:#b5e7b1;
--placebo-lime:#f5faeb;
}