Color names in this palette
CSS code for this palette
/* CSS */
.texas-ranger-brown {
color: #9f512d;
}
.outlawed-orange {
color: #b76f4e;
}
.ancient-inca {
color: #e3b08c;
}
.sun-dust {
color: #f5e0a3;
}
.go-bananas {
color: #f7c750;
}
/* CSS Variables */
:root {
--texas-ranger-brown:#9f512d;
--outlawed-orange:#b76f4e;
--ancient-inca:#e3b08c;
--sun-dust:#f5e0a3;
--go-bananas:#f7c750;
}