Color names in this palette
CSS code for this palette
/* CSS */
.mango-margarita {
color: #f9b44e;
}
.go-bananas {
color: #f6ca51;
}
.garlic-butter {
color: #e5e05d;
}
.young-green-onion {
color: #a8d84f;
}
.bleached-olive {
color: #52b788;
}
/* CSS Variables */
:root {
--mango-margarita:#f9b44e;
--go-bananas:#f6ca51;
--garlic-butter:#e5e05d;
--young-green-onion:#a8d84f;
--bleached-olive:#52b788;
}