Color names in this palette
CSS code for this palette
/* CSS */
.golden-cream {
color: #f7b769;
}
.hawker-s-gold {
color: #f4c46c;
}
.mocha-dandelion {
color: #f2d66e;
}
.angel-food-cake {
color: #daa24e;
}
.golden-leaf {
color: #c48b40;
}
/* CSS Variables */
:root {
--golden-cream:#f7b769;
--hawker-s-gold:#f4c46c;
--mocha-dandelion:#f2d66e;
--angel-food-cake:#daa24e;
--golden-leaf:#c48b40;
}