Color names in this palette
CSS code for this palette
/* CSS */
.flat-green {
color: #6c9c49;
}
.spearmint-frosting {
color: #8dc3a7;
}
.lemon-filling {
color: #f7e4a6;
}
.plum-blossom {
color: #f49f9f;
}
.lively-coral {
color: #e97c7c;
}
/* CSS Variables */
:root {
--flat-green:#6c9c49;
--spearmint-frosting:#8dc3a7;
--lemon-filling:#f7e4a6;
--plum-blossom:#f49f9f;
--lively-coral:#e97c7c;
}