Color names in this palette
CSS code for this palette
/* CSS */
.sabal-palm {
color: #4a6d4c;
}
.french-market {
color: #a5c8a2;
}
.peppermint {
color: #d4e6d0;
}
.bells-and-whistles-gold {
color: #f0e19e;
}
.old-flame {
color: #f5b7b2;
}
/* CSS Variables */
:root {
--sabal-palm:#4a6d4c;
--french-market:#a5c8a2;
--peppermint:#d4e6d0;
--bells-and-whistles-gold:#f0e19e;
--old-flame:#f5b7b2;
}