Color names in this palette
CSS code for this palette
/* CSS */
.cobrizo {
color: #b56d5e;
}
.folksy-gold {
color: #d7996a;
}
.ginger-shortbread {
color: #e2d0c5;
}
.flax-fibre-grey {
color: #b6a99a;
}
.friar-grey {
color: #7f7c7a;
}
/* CSS Variables */
:root {
--cobrizo:#b56d5e;
--folksy-gold:#d7996a;
--ginger-shortbread:#e2d0c5;
--flax-fibre-grey:#b6a99a;
--friar-grey:#7f7c7a;
}