Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #d22d2f;
}
.pastrami {
color: #e57171;
}
.old-flame {
color: #f2b5b5;
}
.piggy-bank {
color: #ffccbd;
}
.flash-of-orange {
color: #ffaa00;
}
/* CSS Variables */
:root {
--chi-gong:#d22d2f;
--pastrami:#e57171;
--old-flame:#f2b5b5;
--piggy-bank:#ffccbd;
--flash-of-orange:#ffaa00;
}