Color names in this palette
CSS code for this palette
/* CSS */
.sabal-palm {
color: #4a6d4c;
}
.money {
color: #7a9a6a;
}
.french-market {
color: #9fc6a3;
}
.frozen-forest {
color: #d2e9b9;
}
.light-green-veil {
color: #e8f3d3;
}
/* CSS Variables */
:root {
--sabal-palm:#4a6d4c;
--money:#7a9a6a;
--french-market:#9fc6a3;
--frozen-forest:#d2e9b9;
--light-green-veil:#e8f3d3;
}