Color names in this palette
CSS code for this palette
/* CSS */
.angel-food-cake {
color: #daa44e;
}
.fire-coral {
color: #e2b66f;
}
.melon-balls {
color: #f3c082;
}
.milky-maize {
color: #f7d6a1;
}
.budder-skin {
color: #f9e1c3;
}
/* CSS Variables */
:root {
--angel-food-cake:#daa44e;
--fire-coral:#e2b66f;
--melon-balls:#f3c082;
--milky-maize:#f7d6a1;
--budder-skin:#f9e1c3;
}