Color names in this palette
CSS code for this palette
/* CSS */
.clover-mist {
color: #69bf83;
}
.green-ash {
color: #92d9a2;
}
.goldfinch {
color: #f2e263;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--clover-mist:#69bf83;
--green-ash:#92d9a2;
--goldfinch:#f2e263;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
}