Color names in this palette
CSS code for this palette
/* CSS */
.camping-tent {
color: #b7af9f;
}
.granivorous {
color: #d1b48f;
}
.autumn-blush {
color: #e5d1c2;
}
.friar-grey {
color: #7f7c7a;
}
.black-liquorice {
color: #3b3b3b;
}
/* CSS Variables */
:root {
--camping-tent:#b7af9f;
--granivorous:#d1b48f;
--autumn-blush:#e5d1c2;
--friar-grey:#7f7c7a;
--black-liquorice:#3b3b3b;
}