Color names in this palette
CSS code for this palette
/* CSS */
.grape-green {
color: #a7e6a3;
}
.mint-parfait {
color: #b7e6b7;
}
.crystal-apple {
color: #cfe3a1;
}
.mocha-dandelion {
color: #f1d76f;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--grape-green:#a7e6a3;
--mint-parfait:#b7e6b7;
--crystal-apple:#cfe3a1;
--mocha-dandelion:#f1d76f;
--squash-blossom:#f6b83c;
}