Color names in this palette
CSS code for this palette
/* CSS */
.seasonal-beige {
color: #e9b79f;
}
.coral-orange {
color: #e76a4b;
}
.flint-corn-red {
color: #d9663f;
}
.potter-s-clay {
color: #a74b2a;
}
.red-mane {
color: #6e3f2b;
}
/* CSS Variables */
:root {
--seasonal-beige:#e9b79f;
--coral-orange:#e76a4b;
--flint-corn-red:#d9663f;
--potter-s-clay:#a74b2a;
--red-mane:#6e3f2b;
}