Color names in this palette
CSS code for this palette
/* CSS */
.ginger-beer {
color: #c77d38;
}
.angel-food-cake {
color: #daa24e;
}
.hawker-s-gold {
color: #f2c26e;
}
.honey-tone {
color: #f8d99b;
}
.flan {
color: #f7e1b6;
}
/* CSS Variables */
:root {
--ginger-beer:#c77d38;
--angel-food-cake:#daa24e;
--hawker-s-gold:#f2c26e;
--honey-tone:#f8d99b;
--flan:#f7e1b6;
}