Color names in this palette
CSS code for this palette
/* CSS */
.applegate {
color: #8ec879;
}
.green-gooseberry {
color: #b1dfa4;
}
.panache {
color: #eff8e2;
}
.gold-sand {
color: #f6e6a7;
}
.calabrese {
color: #f6a9a2;
}
/* CSS Variables */
:root {
--applegate:#8ec879;
--green-gooseberry:#b1dfa4;
--panache:#eff8e2;
--gold-sand:#f6e6a7;
--calabrese:#f6a9a2;
}