Color names in this palette
CSS code for this palette
/* CSS */
.raucous-orange {
color: #c8592d;
}
.clay-terrace {
color: #d3803c;
}
.lion-s-mane {
color: #e7ab4b;
}
.cornsilk-yellow {
color: #f4c96c;
}
.potter-s-clay {
color: #a34929;
}
/* CSS Variables */
:root {
--raucous-orange:#c8592d;
--clay-terrace:#d3803c;
--lion-s-mane:#e7ab4b;
--cornsilk-yellow:#f4c96c;
--potter-s-clay:#a34929;
}