Color names in this palette
CSS code for this palette
/* CSS */
.rich-walnut {
color: #7c5e4b;
}
.orange-flambe {
color: #a76d58;
}
.terracotta-sand {
color: #d8b99d;
}
.muffin-mix {
color: #f5e1d1;
}
.almandine {
color: #c3a57f;
}
/* CSS Variables */
:root {
--rich-walnut:#7c5e4b;
--orange-flambe:#a76d58;
--terracotta-sand:#d8b99d;
--muffin-mix:#f5e1d1;
--almandine:#c3a57f;
}