Color names in this palette
CSS code for this palette
/* CSS */
.outlawed-orange {
color: #b56f4f;
}
.ninjin-orange {
color: #e5a971;
}
.thatched-cottage {
color: #d6c8a8;
}
.simmered-seaweed {
color: #4d3f2e;
}
.hornblende-green {
color: #1f4c4c;
}
/* CSS Variables */
:root {
--outlawed-orange:#b56f4f;
--ninjin-orange:#e5a971;
--thatched-cottage:#d6c8a8;
--simmered-seaweed:#4d3f2e;
--hornblende-green:#1f4c4c;
}