Color names in this palette
CSS code for this palette
/* CSS */
.treelet {
color: #5f9b6d;
}
.french-market {
color: #a5c9a1;
}
.fresh-frapp {
color: #e0e59f;
}
.yellow-currant {
color: #f6c76a;
}
.full-of-life {
color: #da5f2b;
}
/* CSS Variables */
:root {
--treelet:#5f9b6d;
--french-market:#a5c9a1;
--fresh-frapp:#e0e59f;
--yellow-currant:#f6c76a;
--full-of-life:#da5f2b;
}