Color names in this palette
CSS code for this palette
/* CSS */
.gorgeous-green {
color: #2c7d3f;
}
.clover-patch {
color: #509b5a;
}
.cool-aloe {
color: #a9d8a2;
}
.full-moon {
color: #f5f4e0;
}
.amber-yellow {
color: #f9b658;
}
/* CSS Variables */
:root {
--gorgeous-green:#2c7d3f;
--clover-patch:#509b5a;
--cool-aloe:#a9d8a2;
--full-moon:#f5f4e0;
--amber-yellow:#f9b658;
}