Color names in this palette
CSS code for this palette
/* CSS */
.chili-con-carne {
color: #9b5c2c;
}
.apricot-sorbet {
color: #e6a560;
}
.just-blush {
color: #f9b6a4;
}
.sohi-red {
color: #e05a38;
}
.couch {
color: #4b2c20;
}
/* CSS Variables */
:root {
--chili-con-carne:#9b5c2c;
--apricot-sorbet:#e6a560;
--just-blush:#f9b6a4;
--sohi-red:#e05a38;
--couch:#4b2c20;
}