Color names in this palette
CSS code for this palette
/* CSS */
.chestnut-red {
color: #6b2e3e;
}
.cadillac {
color: #994d60;
}
.dull-apricot {
color: #d09a9b;
}
.english-rose {
color: #f5c7c2;
}
.noodles {
color: #f9e1b4;
}
/* CSS Variables */
:root {
--chestnut-red:#6b2e3e;
--cadillac:#994d60;
--dull-apricot:#d09a9b;
--english-rose:#f5c7c2;
--noodles:#f9e1b4;
}