Color names in this palette
CSS code for this palette
/* CSS */
.money-banks {
color: #a7b94b;
}
.cool-as-a-cucumber {
color: #cad86e;
}
.buttery-croissant {
color: #f2e29c;
}
.mango-margarita {
color: #f3b94f;
}
.fireglow {
color: #d55d3f;
}
/* CSS Variables */
:root {
--money-banks:#a7b94b;
--cool-as-a-cucumber:#cad86e;
--buttery-croissant:#f2e29c;
--mango-margarita:#f3b94f;
--fireglow:#d55d3f;
}