Color names in this palette
CSS code for this palette
/* CSS */
.raucous-orange {
color: #c15533;
}
.ensh-cha-red {
color: #d1674d;
}
.fire-coral {
color: #e5b26c;
}
.roadster-yellow {
color: #f3e1a0;
}
.ivory-keys {
color: #f9f7e7;
}
/* CSS Variables */
:root {
--raucous-orange:#c15533;
--ensh-cha-red:#d1674d;
--fire-coral:#e5b26c;
--roadster-yellow:#f3e1a0;
--ivory-keys:#f9f7e7;
}