Color names in this palette
CSS code for this palette
/* CSS */
.beggar {
color: #5a4c3a;
}
.roycroft-adobe {
color: #a85f4d;
}
.adventure-orange {
color: #e7a66a;
}
.straw-hat {
color: #f1d7a7;
}
.chi-gong {
color: #cf2a2a;
}
/* CSS Variables */
:root {
--beggar:#5a4c3a;
--roycroft-adobe:#a85f4d;
--adventure-orange:#e7a66a;
--straw-hat:#f1d7a7;
--chi-gong:#cf2a2a;
}