Color names in this palette
CSS code for this palette
/* CSS */
.marron {
color: #6b4f4c;
}
.rose-potpourri {
color: #c9a49c;
}
.ancient-scroll {
color: #f1e4d0;
}
.american-yellow {
color: #f5b400;
}
.western-pursuit {
color: #8e6043;
}
/* CSS Variables */
:root {
--marron:#6b4f4c;
--rose-potpourri:#c9a49c;
--ancient-scroll:#f1e4d0;
--american-yellow:#f5b400;
--western-pursuit:#8e6043;
}