Color names in this palette
CSS code for this palette
/* CSS */
.tetsu-guro-black {
color: #2c1b16;
}
.brown-bear {
color: #4a3d36;
}
.red-wattle-hog {
color: #785a4f;
}
.elemental-tan {
color: #c9b69c;
}
.posy {
color: #f3e2d3;
}
/* CSS Variables */
:root {
--tetsu-guro-black:#2c1b16;
--brown-bear:#4a3d36;
--red-wattle-hog:#785a4f;
--elemental-tan:#c9b69c;
--posy:#f3e2d3;
}