Color names in this palette
CSS code for this palette
/* CSS */
.milk-chocolate {
color: #7b4d1e;
}
.beef-hotpot {
color: #a85f2e;
}
.light-copper {
color: #c79048;
}
.yolk-yellow {
color: #e0ae52;
}
.milky-maize {
color: #f7d9a1;
}
/* CSS Variables */
:root {
--milk-chocolate:#7b4d1e;
--beef-hotpot:#a85f2e;
--light-copper:#c79048;
--yolk-yellow:#e0ae52;
--milky-maize:#f7d9a1;
}