Color names in this palette
CSS code for this palette
/* CSS */
.angel-food-cake {
color: #daa44e;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.no-gmb-yellow {
color: #f9e58b;
}
.wasabi {
color: #b1d87d;
}
.endless {
color: #5b9a6d;
}
/* CSS Variables */
:root {
--angel-food-cake:#daa44e;
--solar-plexus-chakra:#f1cb4b;
--no-gmb-yellow:#f9e58b;
--wasabi:#b1d87d;
--endless:#5b9a6d;
}