Color names in this palette
CSS code for this palette
/* CSS */
.yucca-cream {
color: #a2d7c6;
}
.intense-jade {
color: #63c59f;
}
.ocean-green {
color: #3b9b73;
}
.chopped-chive {
color: #2f6a4d;
}
.platoon-green {
color: #2b4a45;
}
/* CSS Variables */
:root {
--yucca-cream:#a2d7c6;
--intense-jade:#63c59f;
--ocean-green:#3b9b73;
--chopped-chive:#2f6a4d;
--platoon-green:#2b4a45;
}