Color names in this palette
CSS code for this palette
/* CSS */
.coral-orange {
color: #ea6b48;
}
.track-and-field {
color: #d66a4c;
}
.tile-red {
color: #c86b4c;
}
.brown-rust {
color: #b05c3b;
}
.rose-of-sharon {
color: #a9502d;
}
/* CSS Variables */
:root {
--coral-orange:#ea6b48;
--track-and-field:#d66a4c;
--tile-red:#c86b4c;
--brown-rust:#b05c3b;
--rose-of-sharon:#a9502d;
}