Color names in this palette
CSS code for this palette
/* CSS */
.texas-ranger-brown {
color: #9f512d;
}
.elemental-tan {
color: #c9b89c;
}
.totally-broccoli {
color: #8f9c54;
}
.pine-scent {
color: #4b6f44;
}
.rangitoto {
color: #2e3823;
}
/* CSS Variables */
:root {
--texas-ranger-brown:#9f512d;
--elemental-tan:#c9b89c;
--totally-broccoli:#8f9c54;
--pine-scent:#4b6f44;
--rangitoto:#2e3823;
}