Color names in this palette
CSS code for this palette
/* CSS */
.green-lacewing {
color: #8dcf72;
}
.basil-smash {
color: #b1e8a1;
}
.chiffon {
color: #f4f8b9;
}
.goldfinch {
color: #f9e25d;
}
.brain-pink {
color: #f7b0b0;
}
/* CSS Variables */
:root {
--green-lacewing:#8dcf72;
--basil-smash:#b1e8a1;
--chiffon:#f4f8b9;
--goldfinch:#f9e25d;
--brain-pink:#f7b0b0;
}