Color names in this palette
CSS code for this palette
/* CSS */
.sabal-palm {
color: #4c6b4e;
}
.gum-leaf {
color: #a9cbb4;
}
.optimistic-yellow {
color: #f4e1a4;
}
.meat {
color: #f37e7c;
}
.flame-stitch {
color: #d55b48;
}
/* CSS Variables */
:root {
--sabal-palm:#4c6b4e;
--gum-leaf:#a9cbb4;
--optimistic-yellow:#f4e1a4;
--meat:#f37e7c;
--flame-stitch:#d55b48;
}