Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.orpiment-orange {
color: #d37d3c;
}
.adonis-rose-yellow {
color: #efbf4d;
}
.buttery-croissant {
color: #f5e29e;
}
.butterfly {
color: #c9e2a2;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--orpiment-orange:#d37d3c;
--adonis-rose-yellow:#efbf4d;
--buttery-croissant:#f5e29e;
--butterfly:#c9e2a2;
}