Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.summerset {
color: #c87d3c;
}
.orange-pospsicle {
color: #f2a60d;
}
.duqqa-brown {
color: #481e0f;
}
.va-va-voom {
color: #e2b24b;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--summerset:#c87d3c;
--orange-pospsicle:#f2a60d;
--duqqa-brown:#481e0f;
--va-va-voom:#e2b24b;
}