Color names in this palette
CSS code for this palette
/* CSS */
.privet-hedge {
color: #5a8c7b;
}
.beau-monde {
color: #79b4a1;
}
.yucca-cream {
color: #a4dac8;
}
.applemint-soda {
color: #f2f6ea;
}
.earth-yellow {
color: #e3a55f;
}
/* CSS Variables */
:root {
--privet-hedge:#5a8c7b;
--beau-monde:#79b4a1;
--yucca-cream:#a4dac8;
--applemint-soda:#f2f6ea;
--earth-yellow:#e3a55f;
}