Color names in this palette
CSS code for this palette
/* CSS */
.peppermint-spray {
color: #8fc7aa;
}
.green-gooseberry {
color: #b0df9f;
}
.leaf-bud {
color: #f1f99f;
}
.dandelion-yellow {
color: #f6d43c;
}
.not-yo-cheese {
color: #fcc12c;
}
/* CSS Variables */
:root {
--peppermint-spray:#8fc7aa;
--green-gooseberry:#b0df9f;
--leaf-bud:#f1f99f;
--dandelion-yellow:#f6d43c;
--not-yo-cheese:#fcc12c;
}