Color names in this palette
CSS code for this palette
/* CSS */
.pure-red {
color: #d62b1f;
}
.sour-cherry {
color: #e3493b;
}
.orangeville {
color: #e76d5a;
}
.y-ng-ch-ng-orange {
color: #f49f3e;
}
.neighborly-peach {
color: #f6c2a2;
}
/* CSS Variables */
:root {
--pure-red:#d62b1f;
--sour-cherry:#e3493b;
--orangeville:#e76d5a;
--y-ng-ch-ng-orange:#f49f3e;
--neighborly-peach:#f6c2a2;
}