Color names in this palette
CSS code for this palette
/* CSS */
.young-fern {
color: #6ebf7e;
}
.nanohanacha-gold {
color: #e6b22d;
}
.pink-fit {
color: #f6a2b2;
}
.grapefruit-pulp {
color: #ff6e61;
}
.cameo-cream {
color: #f4e2c3;
}
/* CSS Variables */
:root {
--young-fern:#6ebf7e;
--nanohanacha-gold:#e6b22d;
--pink-fit:#f6a2b2;
--grapefruit-pulp:#ff6e61;
--cameo-cream:#f4e2c3;
}