Color names in this palette
CSS code for this palette
/* CSS */
.cardboard {
color: #c19b6c;
}
.shale {
color: #4c3e40;
}
.oyster-pink {
color: #d5b6b3;
}
.cr-me-de-la-cr-me {
color: #f2e8b5;
}
.beef-hotpot {
color: #a85f2e;
}
/* CSS Variables */
:root {
--cardboard:#c19b6c;
--shale:#4c3e40;
--oyster-pink:#d5b6b3;
--cr-me-de-la-cr-me:#f2e8b5;
--beef-hotpot:#a85f2e;
}