Color names in this palette
CSS code for this palette
/* CSS */
.oyster-bisque {
color: #f2e4b1;
}
.cyrus-grass {
color: #d1c6a8;
}
.roman-wall {
color: #b1aea0;
}
.honey-maple {
color: #a56c5f;
}
.tortoise-shell {
color: #7a4938;
}
/* CSS Variables */
:root {
--oyster-bisque:#f2e4b1;
--cyrus-grass:#d1c6a8;
--roman-wall:#b1aea0;
--honey-maple:#a56c5f;
--tortoise-shell:#7a4938;
}