Color names in this palette
CSS code for this palette
/* CSS */
.angel-food-cake {
color: #daa24e;
}
.lemon-essence {
color: #e4b04e;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.lighthouse-glow {
color: #f9d36c;
}
.mad-for-mango {
color: #f5a300;
}
/* CSS Variables */
:root {
--angel-food-cake:#daa24e;
--lemon-essence:#e4b04e;
--solar-plexus-chakra:#f1c84b;
--lighthouse-glow:#f9d36c;
--mad-for-mango:#f5a300;
}