Color names in this palette
CSS code for this palette
/* CSS */
.green-lacewing {
color: #90db70;
}
.basil-smash {
color: #b8e2a2;
}
.chiffon {
color: #f2f5b7;
}
.sullivan-s-heart {
color: #f7c5d5;
}
.love-spell {
color: #f8b4c3;
}
/* CSS Variables */
:root {
--green-lacewing:#90db70;
--basil-smash:#b8e2a2;
--chiffon:#f2f5b7;
--sullivan-s-heart:#f7c5d5;
--love-spell:#f8b4c3;
}