Color names in this palette
CSS code for this palette
/* CSS */
.angel-food-cake {
color: #daa44e;
}
.brasso {
color: #f2bb6e;
}
.milky-maize {
color: #f8d9a0;
}
.sugar-coral {
color: #f26979;
}
.cleopatra-s-gown {
color: #7e4f8c;
}
/* CSS Variables */
:root {
--angel-food-cake:#daa44e;
--brasso:#f2bb6e;
--milky-maize:#f8d9a0;
--sugar-coral:#f26979;
--cleopatra-s-gown:#7e4f8c;
}