Color names in this palette
CSS code for this palette
/* CSS */
.texas-ranger-brown {
color: #9f512d;
}
.chocolate {
color: #d2691e;
}
.gruy-re-cheese {
color: #f5deb2;
}
.peach-of-mind {
color: #ffe3b3;
}
.inferno-orange {
color: #ff4400;
}
/* CSS Variables */
:root {
--texas-ranger-brown:#9f512d;
--chocolate:#d2691e;
--gruy-re-cheese:#f5deb2;
--peach-of-mind:#ffe3b3;
--inferno-orange:#ff4400;
}