Color names in this palette
CSS code for this palette
/* CSS */
.burned-brown {
color: #6f4c3e;
}
.treacle {
color: #895b29;
}
.link-to-the-past {
color: #d3b58d;
}
.gruy-re-cheese {
color: #f5deb2;
}
.buttermelon {
color: #fff8db;
}
/* CSS Variables */
:root {
--burned-brown:#6f4c3e;
--treacle:#895b29;
--link-to-the-past:#d3b58d;
--gruy-re-cheese:#f5deb2;
--buttermelon:#fff8db;
}