Color names in this palette
CSS code for this palette
/* CSS */
.birthday-king {
color: #9adabb;
}
.glenwood-green {
color: #a5d5b5;
}
.lattice-work {
color: #bae3c3;
}
.teal-treat {
color: #daf1e4;
}
.mint-cream {
color: #f5fff8;
}
/* CSS Variables */
:root {
--birthday-king:#9adabb;
--glenwood-green:#a5d5b5;
--lattice-work:#bae3c3;
--teal-treat:#daf1e4;
--mint-cream:#f5fff8;
}