Color names in this palette
CSS code for this palette
/* CSS */
.hot-and-spicy {
color: #b65749;
}
.bronzed-orange {
color: #d68b6b;
}
.pallid-orange {
color: #f9b79f;
}
.ephemeral-peach {
color: #fce1d4;
}
.pure-beige {
color: #e9d2c3;
}
/* CSS Variables */
:root {
--hot-and-spicy:#b65749;
--bronzed-orange:#d68b6b;
--pallid-orange:#f9b79f;
--ephemeral-peach:#fce1d4;
--pure-beige:#e9d2c3;
}