Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c82d42;
}
.ginger-flower {
color: #d0544e;
}
.canyon-sunset {
color: #e18a6b;
}
.sunburst {
color: #f2b67d;
}
.warm-cocoon {
color: #f9d19a;
}
/* CSS Variables */
:root {
--red-peppercorn:#c82d42;
--ginger-flower:#d0544e;
--canyon-sunset:#e18a6b;
--sunburst:#f2b67d;
--warm-cocoon:#f9d19a;
}