Color names in this palette
CSS code for this palette
/* CSS */
.spearmint-burst {
color: #5abf84;
}
.snarky-mint {
color: #9ade7c;
}
.spring-kiss {
color: #e4f1b1;
}
.banana-yogurt {
color: #f9e9b4;
}
.golden-cream {
color: #f9b56c;
}
/* CSS Variables */
:root {
--spearmint-burst:#5abf84;
--snarky-mint:#9ade7c;
--spring-kiss:#e4f1b1;
--banana-yogurt:#f9e9b4;
--golden-cream:#f9b56c;
}