Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.empire-yellow {
color: #f5d000;
}
.curry-bubbles {
color: #f5b800;
}
.ancient-bamboo {
color: #db5f00;
}
.cinnamon-bun {
color: #a84c00;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--empire-yellow:#f5d000;
--curry-bubbles:#f5b800;
--ancient-bamboo:#db5f00;
--cinnamon-bun:#a84c00;
}