Color names in this palette
CSS code for this palette
/* CSS */
.christmas-brown {
color: #5f2b2c;
}
.sappanwood {
color: #9f3c3e;
}
.enticing-red {
color: #b54f52;
}
.strawberry-smoothie {
color: #e6a2a6;
}
.chi-gong {
color: #d22d2f;
}
/* CSS Variables */
:root {
--christmas-brown:#5f2b2c;
--sappanwood:#9f3c3e;
--enticing-red:#b54f52;
--strawberry-smoothie:#e6a2a6;
--chi-gong:#d22d2f;
}