Color names in this palette
CSS code for this palette
/* CSS */
.burled-redwood {
color: #8d4a3a;
}
.terracotta-chip {
color: #c77c5c;
}
.ninjin-orange {
color: #e6a86b;
}
.marquisette {
color: #f2d49c;
}
.curd {
color: #f9e1b9;
}
/* CSS Variables */
:root {
--burled-redwood:#8d4a3a;
--terracotta-chip:#c77c5c;
--ninjin-orange:#e6a86b;
--marquisette:#f2d49c;
--curd:#f9e1b9;
}