Color names in this palette
CSS code for this palette
/* CSS */
.boudin {
color: #d8b47d;
}
.desert-moss {
color: #bfa269;
}
.star-anise-scent {
color: #a87c4d;
}
.nutmeg {
color: #7e4c3a;
}
.momoshio-brown {
color: #502d25;
}
/* CSS Variables */
:root {
--boudin:#d8b47d;
--desert-moss:#bfa269;
--star-anise-scent:#a87c4d;
--nutmeg:#7e4c3a;
--momoshio-brown:#502d25;
}