Color names in this palette
CSS code for this palette
/* CSS */
.crystal-green {
color: #a3d77e;
}
.appetite {
color: #b2e2a7;
}
.chiffon {
color: #f4f6b6;
}
.matt-pink {
color: #ffb8c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--crystal-green:#a3d77e;
--appetite:#b2e2a7;
--chiffon:#f4f6b6;
--matt-pink:#ffb8c1;
--grapefruit-pulp:#ff6e61;
}