Color names in this palette
CSS code for this palette
/* CSS */
.camo {
color: #7c8c4a;
}
.around-the-gills {
color: #9eb76c;
}
.cricket-field {
color: #c0d89d;
}
.spring-kiss {
color: #e3f0b2;
}
.white-nectar {
color: #f7f9d7;
}
/* CSS Variables */
:root {
--camo:#7c8c4a;
--around-the-gills:#9eb76c;
--cricket-field:#c0d89d;
--spring-kiss:#e3f0b2;
--white-nectar:#f7f9d7;
}