Color names in this palette
CSS code for this palette
/* CSS */
.mango-margarita {
color: #f6b651;
}
.saffron-robe {
color: #d4a14e;
}
.yellow-acorn {
color: #b78d4e;
}
.maple-glaze {
color: #a86a3e;
}
.spiced-red {
color: #8c4c3b;
}
/* CSS Variables */
:root {
--mango-margarita:#f6b651;
--saffron-robe:#d4a14e;
--yellow-acorn:#b78d4e;
--maple-glaze:#a86a3e;
--spiced-red:#8c4c3b;
}