Color names in this palette
CSS code for this palette
/* CSS */
.parisian-green {
color: #6c9d3f;
}
.cabbage-patch {
color: #97c95e;
}
.tart-apple {
color: #b3d180;
}
.fresh-frapp {
color: #e0e59f;
}
.chiffon {
color: #f2f5b7;
}
/* CSS Variables */
:root {
--parisian-green:#6c9d3f;
--cabbage-patch:#97c95e;
--tart-apple:#b3d180;
--fresh-frapp:#e0e59f;
--chiffon:#f2f5b7;
}