Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.hot-cacao {
color: #a66c4e;
}
.bleached-silk {
color: #f2f2f2;
}
.cape-palliser {
color: #714b2d;
}
.codex-grey {
color: #9c9c9c;
}
/* CSS Variables */
:root {
--white:#ffffff;
--hot-cacao:#a66c4e;
--bleached-silk:#f2f2f2;
--cape-palliser:#714b2d;
--codex-grey:#9c9c9c;
}