Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #d82c2c;
}
.sohi-red {
color: #ea5b3e;
}
.chat-orange {
color: #f69f3c;
}
.banana-pepper {
color: #f9d02f;
}
.cr-me-de-la-cr-me {
color: #f4e7b3;
}
/* CSS Variables */
:root {
--chi-gong:#d82c2c;
--sohi-red:#ea5b3e;
--chat-orange:#f69f3c;
--banana-pepper:#f9d02f;
--cr-me-de-la-cr-me:#f4e7b3;
}