Color names in this palette
CSS code for this palette
/* CSS */
.greenbrier {
color: #4d9d6c;
}
.peppermint-spray {
color: #8dc8a8;
}
.pineapple-delight {
color: #f3eaaa;
}
.chai-latte {
color: #f8c8a0;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--greenbrier:#4d9d6c;
--peppermint-spray:#8dc8a8;
--pineapple-delight:#f3eaaa;
--chai-latte:#f8c8a0;
--entan-red:#e76e50;
}