Color names in this palette
CSS code for this palette
/* CSS */
.texas-ranger-brown {
color: #9f512d;
}
.cold-brew-tonic {
color: #c75d3d;
}
.golden-nugget {
color: #d98f4a;
}
.neighborly-peach {
color: #f4c0a4;
}
.fusilli {
color: #f1e8d5;
}
/* CSS Variables */
:root {
--texas-ranger-brown:#9f512d;
--cold-brew-tonic:#c75d3d;
--golden-nugget:#d98f4a;
--neighborly-peach:#f4c0a4;
--fusilli:#f1e8d5;
}