Color names in this palette
CSS code for this palette
/* CSS */
.treacle {
color: #895b29;
}
.beef-hotpot {
color: #a85f2e;
}
.exotic-honey {
color: #c47a31;
}
.boudin {
color: #d8b17d;
}
.convivial-yellow {
color: #e8d5b0;
}
/* CSS Variables */
:root {
--treacle:#895b29;
--beef-hotpot:#a85f2e;
--exotic-honey:#c47a31;
--boudin:#d8b17d;
--convivial-yellow:#e8d5b0;
}