Color names in this palette
CSS code for this palette
/* CSS */
.outlawed-orange {
color: #b76f4e;
}
.taffy {
color: #c39969;
}
.dubloon {
color: #d7b889;
}
.jacobean-lace {
color: #e3ccb0;
}
.haystack {
color: #f1e3c6;
}
/* CSS Variables */
:root {
--outlawed-orange:#b76f4e;
--taffy:#c39969;
--dubloon:#d7b889;
--jacobean-lace:#e3ccb0;
--haystack:#f1e3c6;
}