Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #d2282b;
}
.cadillac-coupe {
color: #c0392a;
}
.remington-rust {
color: #a35d4d;
}
.mango-margarita {
color: #f6b44c;
}
.tea-cookie {
color: #f2e2c0;
}
/* CSS Variables */
:root {
--chi-gong:#d2282b;
--cadillac-coupe:#c0392a;
--remington-rust:#a35d4d;
--mango-margarita:#f6b44c;
--tea-cookie:#f2e2c0;
}