Color names in this palette
CSS code for this palette
/* CSS */
.cremini {
color: #d1a23d;
}
.buttered-rum {
color: #9c6d2b;
}
.beggar {
color: #5a4d3a;
}
.raven-black {
color: #3d3d3d;
}
.convivial-yellow {
color: #e8d5b0;
}
/* CSS Variables */
:root {
--cremini:#d1a23d;
--buttered-rum:#9c6d2b;
--beggar:#5a4d3a;
--raven-black:#3d3d3d;
--convivial-yellow:#e8d5b0;
}