Color names in this palette
CSS code for this palette
/* CSS */
.sabal-palm {
color: #49694e;
}
.juniper-oil {
color: #6b8e74;
}
.mild-evergreen {
color: #8eb8aa;
}
.wisp-green {
color: #c3d9b5;
}
.illuminating {
color: #efef7b;
}
/* CSS Variables */
:root {
--sabal-palm:#49694e;
--juniper-oil:#6b8e74;
--mild-evergreen:#8eb8aa;
--wisp-green:#c3d9b5;
--illuminating:#efef7b;
}