Color names in this palette
CSS code for this palette
/* CSS */
.oyster-bisque {
color: #f2e5b0;
}
.dried-plantain {
color: #e5cca9;
}
.white-acorn {
color: #d8a98d;
}
.baker-s-dream {
color: #c8906f;
}
.badlands {
color: #b76c57;
}
/* CSS Variables */
:root {
--oyster-bisque:#f2e5b0;
--dried-plantain:#e5cca9;
--white-acorn:#d8a98d;
--baker-s-dream:#c8906f;
--badlands:#b76c57;
}